This commit is contained in:
Paul Gauthier 2023-10-18 12:22:01 -07:00
parent 1a2370f9ae
commit df27007c00
2 changed files with 1 additions and 5 deletions

View file

@ -1,6 +1,5 @@
import os
import tempfile
import time
import unittest
from pathlib import Path
from unittest.mock import patch
@ -203,9 +202,6 @@ class TestRepo(unittest.TestCase):
self.assertIn(str(fname), fnames)
self.assertIn(str(fname2), fnames)
# github actions don't seem to update the mtime?
time.sleep(1)
aiderignore.write_text("new.txt\n")
# new.txt should be gone!