Skip to content

Commit

Permalink
Update test_newman_conway.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CheezItMan authored Oct 29, 2021
1 parent 8925958 commit 646fd5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_newman_conway.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ def test_newman_conway_for_20():
answer = newman_conway(input)

# Assert
answer == "1 1 2 2 3 4 4 4 5 6 7 7 8 8 8 8 9 10 11 12"
assert answer == "1 1 2 2 3 4 4 4 5 6 7 7 8 8 8 8 9 10 11 12"

0 comments on commit 646fd5d

Please sign in to comment.