Skip to content

Commit 32c228c

Browse files
committed
Set max_noise to zero in test test_equality_with_round_robin
1 parent a1f8534 commit 32c228c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

axelrod/tests/unit/test_resultset.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,7 @@ def test_interactions_equality(self):
488488

489489
@given(tournament=tournaments(max_size=5,
490490
max_turns=5,
491+
max_noise=0,
491492
max_repetitions=3))
492493
@settings(max_examples=50, timeout=0)
493494
def test_equality_with_round_robin(self, tournament):

0 commit comments

Comments
 (0)