We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 097e015 commit 2cddb35Copy full SHA for 2cddb35
tests/forensic/test_forensic.py
@@ -22,7 +22,7 @@ def forensic(scope="function"):
22
23
class TestForensic:
24
def test_all_strings(self, forensic):
25
- assert len(forensic.get_all_strings()) == 4378
+ assert len(forensic.get_all_strings()) == 4408
26
27
def test_get_url(self, forensic):
28
assert len(forensic.get_url()) == 4
0 commit comments