mirror of
https://github.com/netbirdio/netbird.git
synced 2025-02-08 22:39:55 +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)
|
client := createRawSignalClient(addr)
|
||||||
stream, err := client.ConnectStream(context.Background())
|
stream, err := client.ConnectStream(context.Background())
|
||||||
|
if err != nil {
|
||||||
|
Fail("error connecting to stream")
|
||||||
|
}
|
||||||
|
|
||||||
_, err = stream.Recv()
|
_, err = stream.Recv()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user