Skip to content

Commit

Permalink
Update test_application.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vvvvadim authored Dec 16, 2024
1 parent 50935a4 commit ad00c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_application.py
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit ad00c2f

Please sign in to comment.