Skip to content

Commit

Permalink
Fixed failing test.
Browse files Browse the repository at this point in the history
  • Loading branch information
hiker committed Dec 9, 2024
1 parent 0e6e41c commit 72fb659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/tools/test_tool_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,5 +182,5 @@ def test_tool_repository_no_tool_available():
is_available.return_value = False
with pytest.raises(RuntimeError) as err:
tr.get_default(Category.SHELL)
assert ("Can't find available 'SHELL' tool. Tools are 'bash,sh,ksh,"
assert ("Can't find available 'SHELL' tool. Tools are 'sh,bash,ksh,"
"dash'" in str(err.value))

0 comments on commit 72fb659

Please # to comment.