Skip to content

Commit

Permalink
Update test method call after renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
duytnguyendtn committed Sep 13, 2024
1 parent 8898c55 commit 0ff66b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def test_link_type_autocoord(imviz_helper):

vo_plugin = imviz_helper.plugins["Virtual Observatory"]._obj
vo_plugin.viewer_selected = "imviz-0"
vo_plugin._center_on_data()
vo_plugin.vue_center_on_data()
ra_str, dec_str = vo_plugin.source.split()
np.testing.assert_allclose(float(ra_str), 284.2101962057667)
np.testing.assert_allclose(float(dec_str), 32.23616603681311)
Expand Down

0 comments on commit 0ff66b1

Please sign in to comment.