Skip to content

Commit

Permalink
test: remove Unsubscribe() calls
Browse files Browse the repository at this point in the history
  • Loading branch information
romanzac committed Mar 20, 2024
1 parent 77468d6 commit abec5b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions waku/v2/node/wakunode2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ func TestStaticShardingMultiplePubSubTopics(t *testing.T) {
require.NoError(t, err)

require.NotEqual(t, subs1[0].ID, subs2[0].ID)
defer subs1[0].Unsubscribe()
defer subs2[0].Unsubscribe()
//defer subs1[0].Unsubscribe()
//defer subs2[0].Unsubscribe()

}

0 comments on commit abec5b0

Please sign in to comment.