Skip to content

Commit 8c391a9

Browse files
committed
linting
1 parent 6c9c7bb commit 8c391a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/public_health/tests/test_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ def test_health_model() -> None:
2121
assert model.location == "Test_Location"
2222
assert model.greet() == "Core utility test_model is now ready!"
2323
assert model.simulate() == "Simulating test_model for population of 1000 at Test_Location"
24-
assert model.end() == "Ending simulation for test_model"
24+
assert model.end() == "Ending simulation for test_model"

0 commit comments

Comments
 (0)