Skip to content

Commit fbd0f44

Browse files
committed
fixup! test: use pytest, test telnet.c
1 parent a088613 commit fbd0f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_telnet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def run():
6060
return _recv
6161

6262

63-
@pytest.mark.parametrize("buf", [300, 512, 1023, 1024, 1025, 4000])
63+
@pytest.mark.parametrize("buf", [10, 1023, 1024, 1025, 4000])
6464
def test_no_cmd(telnet_recv, buf):
6565
payload = make_pattern(buf)
6666

0 commit comments

Comments
 (0)