Skip to content

Commit

Permalink
Update test_processor
Browse files Browse the repository at this point in the history
  • Loading branch information
hezyin committed Aug 3, 2017
1 parent 634acc3 commit 25cbbf3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_graphs/test_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ def test_processor(capsys):
# from A to L
assert(len(p.visited) == 12)
out, _ = capsys.readouterr()
assert("Commit No.6 Branch No.3" in out)
print(out)
assert("Commit No.8 Branch No.3" in out)

0 comments on commit 25cbbf3

Please sign in to comment.