Skip to content

Commit ab3198e

Browse files
pfalcondpgeorge
authored andcommitted
uasyncio: benchmark/boom_uasyncio.py: More assert output.
1 parent e439624 commit ab3198e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uasyncio/benchmark/boom_uasyncio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def validate(resp):
1919
no = int(l.split()[1])
2020
seen.append(no)
2121
c = t.count(l + "\r\n")
22-
assert c == 400101
22+
assert c == 400101, str(c)
2323
assert t.endswith("=== END ===")
2424

2525
cnt += 1

0 commit comments

Comments
 (0)