8000 unit test fix · blynkkk/lib-python@c43df24 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Commit c43df24

Browse files
committed
unit test fix
1 parent b84dd58 commit c43df24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_blynk_protocol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def test_get_msg_id_before_loop(self, pb):
2323
def test_get_msg_id_after_loop(self, pb):
2424
pb._msg_id = 0xFFFF
2525
msg_id = pb._get_msg_id()
26-
assert msg_id == 0
26+
assert msg_id == 1
2727

2828
def test_get_msg_id_defined(self, pb):
2929
pb._msg_id = 0xFFFF

0 commit comments

Comments
 (0)
0