We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad24cce commit c83b786Copy full SHA for c83b786
axelrod/tests/strategies/test_mindreader.py
@@ -145,7 +145,7 @@ class TestMirrorMindReader(TestPlayer):
145
expected_classifier = {
146
"memory_depth": float("inf"),
147
"stochastic": False,
148
- "makes_use_of": {"game"},
+ "makes_use_of": set(),
149
"long_run_time": False,
150
"inspects_source": True, # reading and copying the source of the component
151
"manipulates_source": True, # changing own source dynamically
0 commit comments