Fix linter

Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
This commit is contained in:
Maksym Pavlenko 2024-02-02 12:14:32 -08:00
parent dea99e9d05
commit 6615f159ba

View File

@ -196,11 +196,7 @@ func (tss *testStreamingService) EmptyPayloadStream(_ context.Context, _ *emptyp
return err return err
} }
if err := streamer.Send(&streaming.EchoPayload{Seq: 2}); err != nil { return streamer.Send(&streaming.EchoPayload{Seq: 2})
return err
}
return nil
} }
func TestStreamingService(t *testing.T) { func TestStreamingService(t *testing.T) {