We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c9c7bb commit 8c391a9Copy full SHA for 8c391a9
libs/public_health/tests/test_models.py
@@ -21,4 +21,4 @@ def test_health_model() -> None:
21
assert model.location == "Test_Location"
22
assert model.greet() == "Core utility test_model is now ready!"
23
assert model.simulate() == "Simulating test_model for population of 1000 at Test_Location"
24
- assert model.end() == "Ending simulation for test_model"
+ assert model.end() == "Ending simulation for test_model"
0 commit comments