diff --git a/tests/test_dictionary_pickler.py b/tests/test_dictionary_pickler.py index e06bd9a..4bfa182 100644 --- a/tests/test_dictionary_pickler.py +++ b/tests/test_dictionary_pickler.py @@ -46,4 +46,4 @@ def test_logic() -> None: try: remove(filepath) except (AttributeError, FileNotFoundError): - pass + print("Pickle file already deleted")