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 14, 2017
1 parent caa93a6 commit 45c864c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,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 @@ -514,7 +514,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 45c864c

Please sign in to comment.