Skip to content

Commit c83b786

Browse files
gaffney2010drvinceknight
authored andcommitted
Add unittest file
1 parent ad24cce commit c83b786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axelrod/tests/strategies/test_mindreader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ class TestMirrorMindReader(TestPlayer):
145145
expected_classifier = {
146146
"memory_depth": float("inf"),
147147
"stochastic": False,
148-
"makes_use_of": {"game"},
148+
"makes_use_of": set(),
149149
"long_run_time": False,
150150
"inspects_source": True, # reading and copying the source of the component
151151
"manipulates_source": True, # changing own source dynamically

0 commit comments

Comments
 (0)