Skip to content

Commit 7601c6f

Browse files
committed
chore: Fix typos in files that were renamed
1 parent 356f31b commit 7601c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/devices/traits/b01/q10/test_status.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
TEST_DATA_DIR = pathlib.Path("tests/protocols/testdata/b01_q10_protocol")
2121

2222
TESTDATA_DP_STATUS_DP_CLEAN_TASK_TYPE = (TEST_DATA_DIR / "dpStatus-dpCleanTaskType.json").read_bytes()
23-
TESTDATA_DP_REQUEST_DPS = (TEST_DATA_DIR / "dpRequetDps.json").read_bytes()
23+
TESTDATA_DP_REQUEST_DPS = (TEST_DATA_DIR / "dpRequetdps.json").read_bytes()
2424

2525

2626
@pytest.fixture

0 commit comments

Comments
 (0)