Skip to content

Commit 8185718

Browse files
committed
adjust test constraint now that timeout is passed through to _wait_for_msg
1 parent cdee557 commit 8185718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_loop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def test_loop_basic(self) -> None:
6262

6363
# Check the return value.
6464
assert rcs is not None
65-
assert len(rcs) > 1
65+
assert len(rcs) >= 1
6666
expected_rc = self.INITIAL_RCS_VAL
6767
for ret_code in rcs:
6868
assert ret_code == expected_rc

0 commit comments

Comments
 (0)