diff --git a/testservice/testping.go b/testservice/testping.go index de5f0a9..ef9cd8b 100644 --- a/testservice/testping.go +++ b/testservice/testping.go @@ -99,7 +99,7 @@ func TestTestServiceServerImpl(t *testing.T, client TestServiceClient) { } res, err := stream.Recv() if err != nil { - t.Errorf("receiving full duplex stream: %w", err) + t.Errorf("receiving full duplex stream: %v", err) return } t.Logf("got %v (%d)", res.Value, res.Counter)