Skip to content

Commit

Permalink
⚫ Fade to black.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Feb 6, 2022
1 parent e9e202d commit 7325fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_zipp.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def test_mutability(self, alpharep):
(baz,) = (root / 'bar').iterdir()
assert baz.read_text() == 'baz'

HUGE_ZIPFILE_NUM_ENTRIES = 2 ** 13
HUGE_ZIPFILE_NUM_ENTRIES = 2**13

def huge_zipfile(self):
"""Create a read-only zipfile with a huge number of entries entries."""
Expand Down

0 comments on commit 7325fb6

Please sign in to comment.