Skip to content

Commit

Permalink
More pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephTLyons committed Mar 28, 2020
1 parent 2bfed8b commit 0a93ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test_index_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def test_base_rollover_with_even_overflow(self):
index_list.increase_by(1)

assert [0, 0] == self.__make_list(index_list)
assert index_list.has_overflowed == True
assert index_list.has_overflowed

def test_base_rollover_with_overflow_plus_remainder(self):
length = 2
Expand Down

0 comments on commit 0a93ab5

Please sign in to comment.