Skip to content

Commit 2cddb35

Browse files
committed
Update expected number of strings in pytest for shuriken
1 parent 097e015 commit 2cddb35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/forensic/test_forensic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def forensic(scope="function"):
2222

2323
class TestForensic:
2424
def test_all_strings(self, forensic):
25-
assert len(forensic.get_all_strings()) == 4378
25+
assert len(forensic.get_all_strings()) == 4408
2626

2727
def test_get_url(self, forensic):
2828
assert len(forensic.get_url()) == 4

0 commit comments

Comments
 (0)