Skip to content

Commit

Permalink
Fix typo in conditions pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
denzel-farmer committed Mar 27, 2024
1 parent 6d6d328 commit 1557e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytests/test_conditions_fragments.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def test_conditions_two_calls_test(datafiles, tmp_path):
expected_result = [{'filename': 'conditions_two_calls_test.php',
'lineNumber': 30, 'allowedTypes': ['LoneClass'], 'allowedClasses': ['LoneClass']},
{'filename': 'conditions_two_calls_test.php', 'lineNumber': 34,
'allowedTypes': ['FirstCall'], 'allowedClasses': ['FirstCall']}
'allowedTypes': ['FirstClass'], 'allowedClasses': ['FirstClass']}
]
assert compare_results(expected_result, results)

Expand Down

0 comments on commit 1557e93

Please sign in to comment.