Skip to content

Commit

Permalink
Update catalogs test result
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Jan 31, 2023
1 parent b6ffade commit 629baf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jdaviz/configs/imviz/tests/test_catalogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 629baf3

Please sign in to comment.