Skip to content

Commit 1435ac2

Browse files
committed
check all the record
1 parent 1c0130b commit 1435ac2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

holoviews/tests/ui/bokeh/test_hover.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -544,6 +544,5 @@ def test_hover_heatmap_categorical_outside_plot_area(serve_hv, caplog):
544544
page.mouse.move(bbox["x"] + bbox["width"] * 0.5, 10)
545545
page.mouse.up()
546546
page.wait_for_timeout(100)
547-
548-
error_message = caplog.record_tuples[-1][-1]
547+
error_message = caplog.record_tuples
549548
assert "IndexError" not in error_message

0 commit comments

Comments
 (0)