We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1040a5 commit 5490d3dCopy full SHA for 5490d3d
tests/protoSerialization_test.go
@@ -86,6 +86,7 @@ func TestProtoSerializationErrors(t *testing.T) {
86
t.Errorf("decoding an unregistred schema is expected to return an error but did not")
87
}
88
89
+ serializer.Register(cmd)
90
//decoding junk fails and returns an error
91
junk := make([]byte, 16)
92
rand.Read(junk)
0 commit comments