Skip to content

Commit

Permalink
add extra check
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmer committed Jan 10, 2025
1 parent f5aa906 commit 7e0fe6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions waku/nwaku_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,7 @@ func TestConnectionChange(t *testing.T) {
multiaddr2, err := node2.ListenAddresses()
require.NoError(t, err)
require.NotNil(t, multiaddr2)
require.True(t, len(multiaddr2) > 0)

// node1 dials node2 so they become peers
ctx, cancel := context.WithTimeout(context.Background(), requestTimeout)
Expand Down

0 comments on commit 7e0fe6c

Please sign in to comment.