try and make windows tests happy

This commit is contained in:
Paul Gauthier 2024-01-02 09:44:47 -08:00
parent 369d746f2f
commit 0371b0f58b

View file

@ -533,3 +533,7 @@ class TestCommands(TestCase):
commands.cmd_undo("")
self.assertNotEqual(last_commit_hash, repo.head.commit.hexsha[:7])
del coder
del commands
del repo