Skip to content

Commit

Permalink
chore: fix golint error
Browse files Browse the repository at this point in the history
  • Loading branch information
braginini committed Jun 15, 2021
1 parent c49bd23 commit f247f9a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions signal/signal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit f247f9a

Please sign in to comment.