Skip to content

Commit

Permalink
update test to no longer use removed vue_do_clear_table
Browse files Browse the repository at this point in the history
  • Loading branch information
kecnry committed Feb 4, 2025
1 parent 511a306 commit 19972ac
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 @@ -114,7 +114,7 @@ def test_plugin_image_with_result(self, imviz_helper, tmp_path):
prev_results = catalogs_plugin.number_of_results

# testing that every variable updates accordingly when markers are cleared
catalogs_plugin.vue_do_clear_table()
catalogs_plugin.clear_table()

assert not catalogs_plugin.results_available

Expand Down

0 comments on commit 19972ac

Please sign in to comment.