mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-07 08:44:07 +01:00
chore: fix golint error
This commit is contained in:
parent
c49bd23ac5
commit
f247f9a2f8
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user