Skip to content

Commit 403b922

Browse files
committed
fixup! fixup! add monitor test
1 parent 21a9f2e commit 403b922

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

internal/monitor/monitor_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ func startEcoMonitor(t *testing.T) net.Addr {
6767
assert.NoError(t, err)
6868
go func() {
6969
defer conn.Close()
70-
_, err = io.Copy(conn, conn) // Echo server
71-
assert.NoError(t, err)
70+
_, _ = io.Copy(conn, conn) // Echo server
7271
}()
7372
}
7473
}()

0 commit comments

Comments
 (0)