Skip to content

Commit

Permalink
Fix erroneously failing test for dump_state
Browse files Browse the repository at this point in the history
  • Loading branch information
iafisher committed Dec 14, 2018
1 parent 3577780 commit bb1701c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ def test_dump_state(capsys):
assert "Sign flag is OFF" in captured.err
assert "Overflow flag is OFF" in captured.err
assert "Carry flag is OFF" in captured.err
assert "Carry block flag is OFF" in captured.err
assert "Carry-block flag is OFF" in captured.err

0 comments on commit bb1701c

Please sign in to comment.