Skip to content

Commit

Permalink
fix_: flaky TestSimulationBloomFilter (#5822)
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-sirotin authored Sep 11, 2024
1 parent 4816769 commit 09ee23a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions waku/simulation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,12 @@ var masterPow = 0.00000001
var round = 1

func TestSimulationBloomFilter(t *testing.T) {
result = TestData{}
nodes = [NumNodes]*TestNode{}
masterBloomFilter = []byte{}
masterPow = 0.00000001
round = 1

// create a chain of waku nodes,
// installs the filters with shared (predefined) parameters
initializeBloomFilterMode(t)
Expand Down

0 comments on commit 09ee23a

Please sign in to comment.