Skip to content

Commit

Permalink
fix modifier test
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasheinrich committed Sep 20, 2018
1 parent dc06525 commit d7aa4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_modifiers.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def test_import_default_modifiers(test_modifierPair):
assert hasattr(modifier, 'pdf_type')
assert hasattr(modifier, 'op_code')
assert modifier.pdf_type == test_mod_type
assert modifier.op_code == 'addition'
assert modifier.op_code in ['addition','multiplication']

# we make sure modifiers have right structure
def test_modifiers_structure():
Expand Down

0 comments on commit d7aa4d5

Please sign in to comment.