diff --git a/tests/test_application.py b/tests/test_application.py index 7bb6a15..7c21470 100644 --- a/tests/test_application.py +++ b/tests/test_application.py @@ -1,4 +1,4 @@ -from src.main import sum_two +from ... src.main import sum_two def test_hello_thing(): result = sum_two(1, 2)