summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_corrupted_files.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_corrupted_files.py b/tests/test_corrupted_files.py
index 2adf42e..639145c 100644
--- a/tests/test_corrupted_files.py
+++ b/tests/test_corrupted_files.py
@@ -14,7 +14,7 @@ from libmat2 import harmless, video, web, archive
14 14
15# No need to logging messages, should something go wrong, 15# No need to logging messages, should something go wrong,
16# the testsuite _will_ fail. 16# the testsuite _will_ fail.
17logger = logging.getLogger() 17logger = logging.getLogger(__name__)
18logger.setLevel(logging.FATAL) 18logger.setLevel(logging.FATAL)
19 19
20 20