From 59c500791812f816f837f37432fa520c9c5167da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Stucke?= Date: Fri, 10 Feb 2023 11:01:34 +0100 Subject: [PATCH] pep8 fix --- .../plugins/unpacking/xerox/test/test_container_dsk_one.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fact_extractor/plugins/unpacking/xerox/test/test_container_dsk_one.py b/fact_extractor/plugins/unpacking/xerox/test/test_container_dsk_one.py index 05290e58..c2346441 100644 --- a/fact_extractor/plugins/unpacking/xerox/test/test_container_dsk_one.py +++ b/fact_extractor/plugins/unpacking/xerox/test/test_container_dsk_one.py @@ -23,7 +23,7 @@ def test_init_dsk(self): def test_error_handling_dsk(self): test_file = os.path.join(TEST_DATA_DIR, 'invalid_file') test_obj = DskOne(test_file) - assert len(test_obj.errors) > 0, 'errors should be present' + assert len(test_obj.errors) > 0, 'errors should be present' test_obj.header = b'inv' test_obj.HEADERSIZE = 0