Skip to content

Commit

Permalink
Fix an app listener test
Browse files Browse the repository at this point in the history
  • Loading branch information
nkryuchkov committed Dec 12, 2019
1 parent 29ff199 commit f26e2fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/app/listener_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ func TestListener_Accept(t *testing.T) {
rpc.On("CloseConn", acceptConnID).Return(closeErr)

lis := &Listener{
log: l,
id: lisID,
rpc: rpc,
addr: local,
Expand Down

0 comments on commit f26e2fd

Please sign in to comment.