Skip to content

Commit 04d092c

Browse files
committed
fix imports in tests
1 parent 818cc86 commit 04d092c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/conftest.py

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

77
import pamqp
88
import pytest
9-
from aiomisc_pytest.pytest_plugin import TCPProxy
9+
from aiomisc_pytest import TCPProxy
1010
from yarl import URL
1111

1212
from aiormq import Connection

tests/test_channel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from os import urandom
44

55
import pytest
6-
from aiomisc_pytest.pytest_plugin import TCPProxy
6+
from aiomisc_pytest import TCPProxy
77

88
import aiormq
99
from aiormq.abc import DeliveredMessage

0 commit comments

Comments
 (0)