Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
t-persson committed Nov 27, 2024
1 parent 2c0c794 commit a25f295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/etos_suite_runner/tests/scenario/test_regular.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ def test_esr_without_recipes(self):
), "Verdict was not INCONCLUSIVE when test suite is empty"
assert (
result.verdict == "Inconclusive"
), "Vertdict was not INCONCLUSIVE when test suite is empty"
), "Verdict was not INCONCLUSIVE when test suite is empty"
finally:
# If the _get_environment_status method in ESR does not time out before the test
# finishes there will be loads of tracebacks in the log. Won't fail the test but
Expand Down

0 comments on commit a25f295

Please sign in to comment.