Skip to content

Commit 1892014

Browse files
committed
use public Endpoint import in test
1 parent 6d1a8b4 commit 1892014

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
import pytest
1515

16-
from restate.server import Endpoint
16+
from restate.endpoint import Endpoint
1717

1818

1919
@pytest.fixture(scope="session")

0 commit comments

Comments
 (0)