Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MasloMaslane committed Sep 19, 2023
1 parent 305a9cb commit 388af9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/commands/run/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,4 +501,4 @@ def test_undocumented_test_limits_option(create_package, capsys):

assert e.value.code == 1
out = capsys.readouterr().out
assert "und1a.in: Specifying limit for single test is a bad practice and is not supported." in out
assert "und1a.in: Specifying limit for a single test is not allowed in sinol-make." in out

0 comments on commit 388af9b

Please sign in to comment.