diff --git a/jdaviz/configs/imviz/tests/test_catalogs.py b/jdaviz/configs/imviz/tests/test_catalogs.py index 61b2bdcb00..b8b7802ac6 100644 --- a/jdaviz/configs/imviz/tests/test_catalogs.py +++ b/jdaviz/configs/imviz/tests/test_catalogs.py @@ -93,9 +93,9 @@ def test_plugin_image_with_result(self, imviz_helper, tmp_path): catalogs_plugin.vue_do_search() # number of results should be > 0 - # '2473' was determined by running the search with the image in the notebook + # Answer was determined by running the search with the image in the notebook. assert catalogs_plugin.results_available - assert catalogs_plugin.number_of_results == 2473 + assert catalogs_plugin.number_of_results == 668 # testing that every variable updates accordingly when markers are cleared catalogs_plugin.vue_do_clear()