Skip to content

Commit 6da9783

Browse files
committed
code update: fix unittest
1 parent 9596659 commit 6da9783

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/test_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from fastapi.testclient import TestClient
2-
from app.main import app
2+
from .main import app
33

44
client = TestClient(app)
55

0 commit comments

Comments
 (0)