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 d9e377b commit 71b9604
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 app import main
from .app.main import sum_two

def test_hello_thing():
result = sum_two(1, 2)
Expand Down

0 comments on commit 71b9604

Please sign in to comment.