We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a102ce commit 763efc2Copy full SHA for 763efc2
1 file changed
tests/test_move.py
@@ -12,7 +12,7 @@
12
13
14
@parameterized_class(("preserve_time",), [(True,), (False,)])
15
-class TestMovePreserveTime(unittest.TestCase):
+class TestMoveCheckTime(unittest.TestCase):
16
def test_move_fs(self):
17
namespaces = ("details", "modified")
18
0 commit comments