restored test_full_edit

This commit is contained in:
Paul Gauthier 2024-06-29 08:21:00 -07:00
parent f752faff11
commit e50c42c407

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()