Skip to content

Commit eb7ab68

Browse files
committed
fix vph build
1 parent 7ee5819 commit eb7ab68

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
@@ -10,7 +10,7 @@
1010
def test_hello_public_health() -> None:
1111
"""Test the hello_public_health function."""
1212
result = hello_public_health()
13-
assert result == "Hello from sim_sci_test_monorepo.public_health!"
13+
assert result == "Greetings from sim_sci_test_monorepo.public_health!"
1414

1515

1616
def test_health_model() -> None:

0 commit comments

Comments
 (0)