Skip to content

Commit

Permalink
Fix reference to cycle_length
Browse files Browse the repository at this point in the history
  • Loading branch information
chimezie committed Apr 18, 2024
1 parent 6f34e1d commit ed2840e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_scheduler_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ def test_basic(self):
load_config(self.TEST_YAML3, 10000)
with pytest.raises(KeyError) as excinfo:
load_config(self.TEST_YAML4, 10000)
assert "cycle_length in " in str(excinfo.value)
assert "cycle_length" in str(excinfo.value)

0 comments on commit ed2840e

Please sign in to comment.