Skip to content

Commit

Permalink
removed expectedlisteneraddress
Browse files Browse the repository at this point in the history
  • Loading branch information
chandiniv1 committed Nov 15, 2023
1 parent 65cb2af commit f08903a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions node/full_client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1193,8 +1193,6 @@ func TestNetInfo(t *testing.T) {
netInfo, err := rpc.NetInfo(context.Background())
require.NoError(err)
assert.NotNil(netInfo)

assert.True(netInfo.Listening)
assert.Equal("/ip4/127.0.0.1/tcp/7676", netInfo.Listeners[0])
assert.Equal(0, len(netInfo.Peers))
}

0 comments on commit f08903a

Please sign in to comment.