Skip to content

Commit

Permalink
another test
Browse files Browse the repository at this point in the history
  • Loading branch information
wimglenn committed Oct 8, 2018
1 parent 52785f5 commit f7e204a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ def test_chunks_from_infinite_generator():
("32", "1234", False),
("24", "1234", True),
("1234", "1234", True),
("1234", "123", False),
("113", "112233", True),
("1113", "112233", False),
("", "x", True),
Expand Down

0 comments on commit f7e204a

Please sign in to comment.