Skip to content

Commit

Permalink
Add failing test case
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Sep 29, 2024
1 parent 72b04d3 commit f8a74b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_filesize.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
([10**15], "1.0 PB"),
([10**18], "1.0 EB"),
([10**21], "1.0 ZB"),
([10**24], "1.0 YB"),
([10**27], "1.0 RB"),
([10**30], "1.0 QB"),
([1000**1 * 31], "31.0 kB"),
Expand Down

0 comments on commit f8a74b4

Please sign in to comment.