Skip to content

Commit 3ef9559

Browse files
committed
fix: Correct TestServer import path in test_direct_testserver.py
1 parent b487861 commit 3ef9559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pytest_examples/test_direct_testserver.py

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

55
import pytest
66

7-
from libtmux.test import TestServer
7+
from libtmux.pytest_plugin import TestServer
88

99

1010
@pytest.fixture

0 commit comments

Comments
 (0)