fixup test

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
Василий Толстов 2021-01-17 15:35:28 +03:00
parent 2b2729829e
commit 16301438fd

View File

@ -86,7 +86,7 @@ func TestGRPCServer(t *testing.T) {
}
enc := &jsonpb.MarshalOptions{EmitUnpopulated: true}
buf, err := enc.Marshal(rsp)
_, err := enc.Marshal(rsp)
if err != nil {
t.Fatal(err)
}