Skip to content

Commit

Permalink
BUG: Fix catalog test
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Jan 8, 2024
1 parent 99e56ae commit 1ff23c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jdaviz/configs/imviz/tests/test_catalogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def test_plugin_image_with_result(self, imviz_helper, tmp_path):
self.imviz = imviz_helper

catalogs_plugin = self.imviz.app.get_tray_item_from_name('imviz-catalogs')
catalogs_plugin._obj.plugin_opened = True
catalogs_plugin.plugin_opened = True
# This basically calls the following under the hood:
# skycoord_center = SkyCoord(6.62754354, 1.54466139, unit="deg")
# zoom_radius = r_max = 3 * u.arcmin
Expand Down

0 comments on commit 1ff23c4

Please sign in to comment.