[test] add code spell check and correct wrong spelling (#9066)

This commit is contained in:
Zhanglong Xia
2023-05-23 09:04:09 +08:00
committed by GitHub
parent cba9363627
commit f64b7cc73c
62 changed files with 213 additions and 106 deletions
+1 -1
View File
@@ -682,7 +682,7 @@ def check_joiner_router_commissioning_messages(commissioning_messages):
def check_payload_same(tp1, tp2):
"""Verfiy two payloads are totally the same.
"""Verify two payloads are totally the same.
A payload is a tuple of tlvs.
"""
assert len(tp1) == len(tp2)