Skip to content

Commit

Permalink
blah
Browse files Browse the repository at this point in the history
  • Loading branch information
ragusaa committed Feb 26, 2024
1 parent fdd300d commit d9faba9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion unit_tests/clamscan/alz_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ def test_pdf_hook(self):
assert output.ec == 1 # virus

expected_results = [
'test.txt.UNOFFICIAL FOUND',
'ALZ_TEST_FILE.UNOFFICIAL FOUND',
]
self.verify_output(output.out, expected=expected_results)
10 changes: 5 additions & 5 deletions unit_tests/input/other_sigs/alz.hdb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
9645df16bc733a92129563ad2e5f1f6a9ed483c9:16:test.txt
12f41f69d25d0ba9b73da429e0d69b27c95522db:16:test.txt
03d4c70e6aa3832fa51959137b6a3fc55d8b9f55:16:test.txt
26c0e077ad49260d416dbf449569efbc7ce02448:16:test.txt
67b33eebc1e4537d839bc6b04affd6b06074c746:13:test.txt
9645df16bc733a92129563ad2e5f1f6a9ed483c9:16:ALZ_TEST_FILE
12f41f69d25d0ba9b73da429e0d69b27c95522db:16:ALZ_TEST_FILE
03d4c70e6aa3832fa51959137b6a3fc55d8b9f55:16:ALZ_TEST_FILE
26c0e077ad49260d416dbf449569efbc7ce02448:16:ALZ_TEST_FILE
67b33eebc1e4537d839bc6b04affd6b06074c746:13:ALZ_TEST_FILE

0 comments on commit d9faba9

Please sign in to comment.