Skip to content

Commit

Permalink
Spaces Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
csp197 committed Jul 13, 2019
1 parent b23ccb8 commit 4db84cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numerox/tests/test_tournament.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def test_tournament_str():

def test_tournament_all():
"test tournament_all"

t = ['bernie', 'elizabeth', 'jordan', 'ken', 'charles', 'frank', 'hillary']
ok_(nx.tournament_all(active_only=False) == t, 'wrong tournaments')
ok_(nx.tournament_all(True, active_only=False) == t, 'wrong tournaments')
Expand Down

0 comments on commit 4db84cd

Please sign in to comment.