Skip to content

Commit

Permalink
[#530] TEST: clean tests from pytest.exit
Browse files Browse the repository at this point in the history
  • Loading branch information
yashaka committed Jul 12, 2024
1 parent da10bdb commit 0960c28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/integration/condition__mixed_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,6 @@ def test_should_be_emtpy__applied_to_non_form__passed_and_failed__compared(
'\n'
'Reason: ConditionMismatch: actual: 0\n'
) in str(error)
pytest.exit('passed')
ss('.absent').should(be._empty)
try:
ss('.absent').should(be.not_._empty)
Expand Down

0 comments on commit 0960c28

Please sign in to comment.