Skip to content

Commit 71d0055

Browse files
committed
chore: Fix protocol test paths
1 parent cf00211 commit 71d0055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/protocols/test_b01_q07_protocol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from roborock.protocols.b01_q7_protocol import Q7RequestMessage, decode_rpc_response, encode_mqtt_payload
1414
from roborock.roborock_message import RoborockMessage, RoborockMessageProtocol
1515

16-
TESTDATA_PATH = pathlib.Path("tests/protocols/testdata/b01_protocol/q7")
16+
TESTDATA_PATH = pathlib.Path("tests/protocols/testdata/b01_q7_protocol")
1717
TESTDATA_FILES = list(TESTDATA_PATH.glob("*.json"))
1818
TESTDATA_IDS = [x.stem for x in TESTDATA_FILES]
1919

0 commit comments

Comments
 (0)