Skip to content

Commit 013d6a4

Browse files
committed
Fix: Check may be run more than once
1 parent 78c9b7f commit 013d6a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_minimum_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def test_minimum_service_factor(check_mock, tmpdir, minimum_service_factors):
5353

5454
with tmpdir.as_cwd():
5555
MCA.factory(model_path / "settings.toml").run()
56-
check_mock.assert_called_once()
56+
check_mock.assert_called()
5757

5858
supply_timeslice = pd.read_csv(tmpdir / "Results/MCAMetric_Supply.csv")
5959

0 commit comments

Comments
 (0)