Skip to content

Commit db6c27a

Browse files
authored
Update test_server.py
1 parent c334ee4 commit db6c27a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vial/test_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import pytest
22
from fastapi.testclient import TestClient
3-
from vial.server import app
3+
from server import app
44

55
client = TestClient(app)
66

0 commit comments

Comments
 (0)