From 507890adbc61f6563e566291b3261430f8f28253 Mon Sep 17 00:00:00 2001 From: Stan Soldatov Date: Fri, 21 Feb 2025 23:07:22 +0100 Subject: [PATCH] Logging update. --- tests/test_generator.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/test_generator.py b/tests/test_generator.py index 30bf3a7..d9c4282 100644 --- a/tests/test_generator.py +++ b/tests/test_generator.py @@ -214,6 +214,3 @@ def test_map_pack(): except Exception as e: assert False, f"Archive could not be unpacked: {e}" assert os.path.isdir(unpacked_directory), f"Unpacked directory not found: {unpacked_directory}" - - -test_map()