Skip to content

Commit e941070

Browse files
fix: test using old variable
1 parent 199b127 commit e941070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_interactables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def test_picking():
6565
raw_plotter.iren._mouse_right_button_press(width//2, height//2)
6666
raw_plotter.iren._mouse_right_button_release(width//2, height//2)
6767
raw_plotter.close()
68-
picked = pl.backend._picked_dict
68+
picked = pl.backend._custom_picker.picked_dict
6969
assert "CustomSphere" in picked
7070

7171
# TODO: View and displace arrows tests do not give expected results, PyVista issue?

0 commit comments

Comments
 (0)