Skip to content

Commit

Permalink
TestDialContainerTCP
Browse files Browse the repository at this point in the history
  • Loading branch information
mikenye committed Nov 17, 2023
1 parent d4416d5 commit 53ccc0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pw-bordercontrol/cmd/bordercontrol/feeder_conn_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ func TestDialContainerTCP(t *testing.T) {
// prepare mocked server
srv, err := nettest.NewLocalListener("tcp4")
assert.NoError(t, err)
t.Log("listening on:", srv.Addr())
go func() {
t.Log("listening on:", srv.Addr())
for {
_, err := srv.Accept()
if err != nil {
Expand Down

0 comments on commit 53ccc0f

Please sign in to comment.