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 17, 2017
1 parent 2304332 commit 6de00e5
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 6de00e5

Please sign in to comment.