Skip to content

Commit

Permalink
Remove added whitespace from tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
groutr committed Jun 6, 2018
1 parent 0373145 commit 7534eef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion toolz/tests/test_itertoolz.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,6 @@ def __eq__(self, other):
assert list(partition_all(2, [obj]*3)) == [(obj, obj), (obj,)]



def test_count():
assert count((1, 2, 3)) == 3
assert count([]) == 0
Expand Down

0 comments on commit 7534eef

Please sign in to comment.