summaryrefslogtreecommitdiff
path: root/tests/file_storage
diff options
context:
space:
mode:
Diffstat (limited to 'tests/file_storage')
-rw-r--r--tests/file_storage/test_inmemory_storage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/file_storage/test_inmemory_storage.py b/tests/file_storage/test_inmemory_storage.py
index b1d2e2e5a1..13ae9b9482 100644
--- a/tests/file_storage/test_inmemory_storage.py
+++ b/tests/file_storage/test_inmemory_storage.py
@@ -161,7 +161,7 @@ class MemoryStorageTimesTests(unittest.TestCase):
self.assertTrue(new_modified_time > modified_time)
def test_file_accessed_time(self):
- """File accessed time should chage after consecutive opening."""
+ """File accessed time should change after consecutive opening."""
self.storage.save("file.txt", ContentFile("test"))
accessed_time = self.storage.get_accessed_time("file.txt")