We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ee5819 commit eb7ab68Copy full SHA for eb7ab68
libs/public_health/tests/test_models.py
@@ -10,7 +10,7 @@
10
def test_hello_public_health() -> None:
11
"""Test the hello_public_health function."""
12
result = hello_public_health()
13
- assert result == "Hello from sim_sci_test_monorepo.public_health!"
+ assert result == "Greetings from sim_sci_test_monorepo.public_health!"
14
15
16
def test_health_model() -> None:
0 commit comments