We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c0130b commit 1435ac2Copy full SHA for 1435ac2
1 file changed
holoviews/tests/ui/bokeh/test_hover.py
@@ -544,6 +544,5 @@ def test_hover_heatmap_categorical_outside_plot_area(serve_hv, caplog):
544
page.mouse.move(bbox["x"] + bbox["width"] * 0.5, 10)
545
page.mouse.up()
546
page.wait_for_timeout(100)
547
-
548
- error_message = caplog.record_tuples[-1][-1]
+ error_message = caplog.record_tuples
549
assert "IndexError" not in error_message
0 commit comments