summaryrefslogtreecommitdiff
path: root/summainlib_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'summainlib_tests.py')
-rw-r--r--summainlib_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/summainlib_tests.py b/summainlib_tests.py
index 8480057..f8bcc27 100644
--- a/summainlib_tests.py
+++ b/summainlib_tests.py
@@ -109,7 +109,7 @@ class FilesystemObjectTests(unittest.TestCase):
def test_formats_mtime_correctly(self):
self.assertEqual(self.new('foo')['Mtime'],
- '2010-01-01 01:02:03.123457 +0000')
+ '2010-01-01 01:02:03.123456789 +0000')
def test_formats_mode_for_regular_file_correctly(self):
self.assertEqual(self.new('foo')['Mode'], '100644')