Skip to content

Commit

Permalink
Fix comment in a test
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Feb 27, 2024
1 parent ccbab4e commit 63b460b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jdaviz/configs/imviz/tests/test_orientation.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def test_markers_plugin_recompute_positions_pixels_to_wcs(self):
mp = self.imviz.plugins['Markers']

with mp.as_active():
# (0, 0) on second image.
# (1, 0) on second image but same sky coordinates as (0, 0) on first.
label_mouseover._viewer_mouse_event(
self.viewer, {'event': 'mousemove', 'domain': {'x': 1, 'y': 0}})
mp._obj._on_viewer_key_event(self.viewer, {'event': 'keydown', 'key': 'm'})
Expand Down

0 comments on commit 63b460b

Please sign in to comment.