diff --git a/core/TESTS/tests_logins.py b/core/TESTS/tests_logins.py index 81ba976..1c116c3 100644 --- a/core/TESTS/tests_logins.py +++ b/core/TESTS/tests_logins.py @@ -127,7 +127,7 @@ class PostTests(TestCase): with open(_test_file_path, "w") as f: f.write("test string: can we write to this directory?") self.assertEqual(_test_file_path.is_file(), True) - #_test_file_path.unlink() + _test_file_path.unlink() def test_scan_upload(self): """Expect scan upload to wallet to work on any file