re enable

This commit is contained in:
Philip Sargent 2023-02-02 14:57:44 +00:00
parent 18541de371
commit 9abfcdd091

View File

@ -127,7 +127,7 @@ class PostTests(TestCase):
with open(_test_file_path, "w") as f: with open(_test_file_path, "w") as f:
f.write("test string: can we write to this directory?") f.write("test string: can we write to this directory?")
self.assertEqual(_test_file_path.is_file(), True) self.assertEqual(_test_file_path.is_file(), True)
#_test_file_path.unlink() _test_file_path.unlink()
def test_scan_upload(self): def test_scan_upload(self):
"""Expect scan upload to wallet to work on any file """Expect scan upload to wallet to work on any file