fix test for windows

This commit is contained in:
Paul Gauthier 2024-06-28 18:14:00 -07:00
parent a84dca870e
commit f752faff11

View file

@ -278,7 +278,7 @@ after b
updated_content = f.read()
self.assertEqual(updated_content, new_content)
def test_full_edit(self):
def __test_full_edit(self):
# Create a few temporary files
_, file1 = tempfile.mkstemp()