Skip to content

Commit fd6e4ef

Browse files
committed
fix test
1 parent 99df4bb commit fd6e4ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipywidgets/widgets/tests/test_widget.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def test_no_widget_view():
2121
display(w)
2222

2323
if version_info >= (6, 1):
24-
assert len(cap.outputs) == 1 and cap.outputs[0].data == msg, repr(cap.outputs)
24+
assert len(cap.outputs) == 1 and cap.outputs[0].data == msg, (len(cap.outputs), repr(cap.outputs[0].data), msg)
2525
else:
2626
assert cap.outputs == [], repr(cap.outputs)
2727

0 commit comments

Comments
 (0)