From 9abfcdd0914c6b6b2c52fbe93cc4bb9eae79d7c9 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Thu, 2 Feb 2023 14:57:44 +0000 Subject: [PATCH] re enable --- core/TESTS/tests_logins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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