diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-02-02 14:57:44 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-02-02 14:57:44 +0000 |
commit | 9abfcdd0914c6b6b2c52fbe93cc4bb9eae79d7c9 (patch) | |
tree | 2d1dcc7781d17ad5b8a29f3fdff907223a0e97ac /core/TESTS | |
parent | 18541de37143a91bcf937503971420c804c8388a (diff) | |
download | troggle-9abfcdd0914c6b6b2c52fbe93cc4bb9eae79d7c9.tar.gz troggle-9abfcdd0914c6b6b2c52fbe93cc4bb9eae79d7c9.tar.bz2 troggle-9abfcdd0914c6b6b2c52fbe93cc4bb9eae79d7c9.zip |
re enable
Diffstat (limited to 'core/TESTS')
-rw-r--r-- | core/TESTS/tests_logins.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |