summaryrefslogtreecommitdiff
path: root/tests/extmod/uasyncio_heaplock.py.exp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/extmod/uasyncio_heaplock.py.exp')
-rw-r--r--tests/extmod/uasyncio_heaplock.py.exp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/extmod/uasyncio_heaplock.py.exp b/tests/extmod/uasyncio_heaplock.py.exp
index 68c6366c6..5c7b4e3db 100644
--- a/tests/extmod/uasyncio_heaplock.py.exp
+++ b/tests/extmod/uasyncio_heaplock.py.exp
@@ -7,3 +7,6 @@ sleep
2 1
1 3
finish
+TestStream.write b'12'
+TestStream.write b'34'
+TestStream.write bytearray(b'56')