|
|
@@ -407,7 +407,6 @@ var marshalingTests = []struct {
|
|
|
{"Any with WKT", marshaler, anyWellKnown, anyWellKnownJSON},
|
|
|
{"Any with WKT and indent", marshalerAllOptions, anyWellKnown, anyWellKnownPrettyJSON},
|
|
|
{"Duration", marshaler, &pb.KnownTypes{Dur: &durpb.Duration{Seconds: 3}}, `{"dur":"3.000s"}`},
|
|
|
- {"Duration", marshaler, &pb.KnownTypes{Dur: &durpb.Duration{Seconds: 100000000, Nanos: 1}}, `{"dur":"100000000.000000001s"}`},
|
|
|
{"Struct", marshaler, &pb.KnownTypes{St: &stpb.Struct{
|
|
|
Fields: map[string]*stpb.Value{
|
|
|
"one": {Kind: &stpb.Value_StringValue{"loneliest number"}},
|