Skip to content

Commit

Permalink
Fix tests that depended on error message
Browse files Browse the repository at this point in the history
  • Loading branch information
diitaz93 committed Feb 20, 2024
1 parent fa4d204 commit f2e7adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/apps/demultiplex/test_override_cycles_validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def test_validate_index2_cycles_incorrect_cycles(
# WHEN validating the index 2 cycles
with pytest.raises(OverrideCyclesError):
override_cycles_validator._validate_index2_cycles()
assert "Incorrect index2 cycle" in caplog.text
assert "does not match with run cycle" in caplog.text


@pytest.mark.parametrize(
Expand Down

0 comments on commit f2e7adc

Please sign in to comment.