Skip to content

Commit 1759dd0

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/script/test_script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ def testMethodGetXrefFrom(QUARK_ANALYSIS_RESULT_FOR_RULE_68):
405405

406406
@staticmethod
407407
def testGetAllStrings(QUARK_ANALYSIS_RESULT_FOR_RULE_68):
408-
assert len(QUARK_ANALYSIS_RESULT_FOR_RULE_68.getAllStrings()) == 4378
408+
assert len(QUARK_ANALYSIS_RESULT_FOR_RULE_68.getAllStrings()) == 4408
409409

410410
@staticmethod
411411
def testIsHardCoded(QUARK_ANALYSIS_RESULT_FOR_RULE_68):

0 commit comments

Comments
 (0)