1
0
mirror of https://github.com/django/django.git synced 2025-06-26 22:09:15 +00:00
django/tests/file_storage
Nick Pope b373721af0 Fixed flakiness in file_storage.tests.CustomStorageTests.test_file_get_accessed_time.
Two separate calls to look up access time can result in sub-second
differences which cause the test to fail.

Also made the equivalent tests for ctime and mtime have the same
changes to ensure that they won't flake in the same way in future.
2025-05-23 11:23:47 -03:00
..