Commit a3b873f
committed
fix: correct test_zmq_write_read_roundtrip to match read() return signature
read() returns a single value, not a tuple. The test incorrectly
unpacked into (result, ok) causing ValueError on CI.1 parent 8889dac commit a3b873f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
408 | 408 | | |
409 | 409 | | |
410 | 410 | | |
411 | | - | |
| 411 | + | |
412 | 412 | | |
413 | 413 | | |
414 | 414 | | |
| |||
0 commit comments