Skip to content

Commit e87ba37

Browse files
committed
-
1 parent b9f9f73 commit e87ba37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_io.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ async def iopub_thread(ctx):
3535
thread.start()
3636

3737
yield thread
38-
thread.stop()
38+
3939
thread.close()
40+
thread.stop()
4041
except Exception:
4142
pass
4243

0 commit comments

Comments
 (0)