Skip to content

Commit 8801679

Browse files
committed
update file mod time test
1 parent e57ce7b commit 8801679

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ def test_file_exists_false():
1616

1717
def test_get_file_modtime():
1818
modtime = get_file_modtime(os.path.join("tests", "testfiles", "test.txt"))
19-
assert modtime.startswith("2019-09-0") is True
2019
regex = re.compile(r"""\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d+[-+]\d{2}:\d{2}""")
2120
assert regex.fullmatch(modtime) is not None
2221

0 commit comments

Comments
 (0)