We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdee557 commit 8185718Copy full SHA for 8185718
tests/test_loop.py
@@ -62,7 +62,7 @@ def test_loop_basic(self) -> None:
62
63
# Check the return value.
64
assert rcs is not None
65
- assert len(rcs) > 1
+ assert len(rcs) >= 1
66
expected_rc = self.INITIAL_RCS_VAL
67
for ret_code in rcs:
68
assert ret_code == expected_rc
0 commit comments