fixup test
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
parent
2b2729829e
commit
16301438fd
@ -86,7 +86,7 @@ func TestGRPCServer(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
enc := &jsonpb.MarshalOptions{EmitUnpopulated: true}
|
enc := &jsonpb.MarshalOptions{EmitUnpopulated: true}
|
||||||
buf, err := enc.Marshal(rsp)
|
_, err := enc.Marshal(rsp)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatal(err)
|
t.Fatal(err)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user