chore: fix golint error

This commit is contained in:
braginini 2021-06-15 16:31:45 +02:00
parent c49bd23ac5
commit f247f9a2f8

View File

@ -112,6 +112,9 @@ var _ = Describe("Client", func() {
client := createRawSignalClient(addr)
stream, err := client.ConnectStream(context.Background())
if err != nil {
Fail("error connecting to stream")
}
_, err = stream.Recv()