We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78c9b7f commit 013d6a4Copy full SHA for 013d6a4
1 file changed
tests/test_minimum_service.py
@@ -53,7 +53,7 @@ def test_minimum_service_factor(check_mock, tmpdir, minimum_service_factors):
53
54
with tmpdir.as_cwd():
55
MCA.factory(model_path / "settings.toml").run()
56
- check_mock.assert_called_once()
+ check_mock.assert_called()
57
58
supply_timeslice = pd.read_csv(tmpdir / "Results/MCAMetric_Supply.csv")
59
0 commit comments