From 0371b0f58bff31817bbf551b3e89d0ee5882586c Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 2 Jan 2024 09:44:47 -0800 Subject: [PATCH] try and make windows tests happy --- tests/test_commands.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/test_commands.py b/tests/test_commands.py index 2a338856f..0f686acef 100644 --- a/tests/test_commands.py +++ b/tests/test_commands.py @@ -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