Skip to content

Commit e1bd30e

Browse files
committed
fix tests
1 parent be80779 commit e1bd30e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/test_repl_client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
"""Test client sync."""
22
from contextlib import suppress
33

4-
from pymodbus.repl.client.main import _process_args
54
from pymodbus.server.reactive.default_config import DEFAULT_CONFIG
65

6+
from pymodbus_repl.client.main import _process_args
7+
78

89
def test_repl_default_config():
910
"""Test default config can be loaded."""

0 commit comments

Comments
 (0)