Skip to content

Commit

Permalink
humanfriendly is using decimal kilobytes now.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Kelly committed Nov 10, 2017
1 parent 67f386e commit 62bc836
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ def test_show_filesize(self):
expected = (
'10,000 bytes '
'<span class="humanized" title="10,000 bytes">'
'(9.77 KB)</span>'
'(10 KB)</span>'
)
assert html == expected

Expand All @@ -509,7 +509,7 @@ def test_show_filesize(self):
expected = (
'10,000 bytes '
'<span class="humanized" title="10,000 bytes">'
'(9.77 KB)</span>'
'(10 KB)</span>'
)
assert html == expected

Expand Down

0 comments on commit 62bc836

Please sign in to comment.