[tests] update bytes_into_human() test case

This commit is contained in:
Fabio Erculiani
2013-11-03 16:59:20 +01:00
parent 82a2239c62
commit 5f93a73f46

View File

@@ -410,7 +410,7 @@ class ToolsTest(unittest.TestCase):
def test_bytes_into_human(self):
begin = 102400020
end = '97.7MB'
end = '102.4MB'
self.assertEqual(et.bytes_into_human(begin), end)
"""