From ad00c2f87aa419f598f43c0e3d96b656c5e0e272 Mon Sep 17 00:00:00 2001 From: vvvvadim <139327530+vvvvadim@users.noreply.github.com> Date: Mon, 16 Dec 2024 09:30:04 +0300 Subject: [PATCH] Update test_application.py --- tests/test_application.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_application.py b/tests/test_application.py index d1f6fd2..7bb6a15 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)