summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/test_policy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/test_policy.py b/tests/unit/test_policy.py
index a0cae6f..684a113 100644
--- a/tests/unit/test_policy.py
+++ b/tests/unit/test_policy.py
@@ -450,7 +450,7 @@ class ParseStateMetaTestCase(unittest.TestCase):
self.assertTrue(hasattr(FakeState, 'reducers'))
for reduction, reducer in FakeState.reducers:
if (reduction == ['a', 'b', 'c'] or
- reduction == ['d', 'e', 'f']):
+ reduction == ['d', 'e', 'f']):
self.assertEqual(reducer, 'reduce1')
elif reduction == ['g', 'h', 'i']:
self.assertEqual(reducer, 'reduce2')