From ce7205fc1b3d394ac62c3aba3cd17fa562127faa Mon Sep 17 00:00:00 2001 From: "Pey Lian Lim (Github)" <2090236+pllim@users.noreply.github.com> Date: Mon, 16 May 2022 14:18:45 -0400 Subject: [PATCH] Uncomment test case fixed by #1322 --- .../default/plugins/line_lists/tests/test_line_lists.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/jdaviz/configs/default/plugins/line_lists/tests/test_line_lists.py b/jdaviz/configs/default/plugins/line_lists/tests/test_line_lists.py index 975906e53f..1db7d2d968 100644 --- a/jdaviz/configs/default/plugins/line_lists/tests/test_line_lists.py +++ b/jdaviz/configs/default/plugins/line_lists/tests/test_line_lists.py @@ -77,9 +77,7 @@ def test_redshift(specviz_helper, spectrum1d): ll_plugin.vue_set_identify(('Test List', line, 0)) ll_plugin.vue_remove_list('Test List') assert ll_plugin._viewer.spectral_lines is None - - # TODO: The label is cleared in GUI but fails this test. - # assert ll_plugin.identify_label == '' + assert ll_plugin.identify_label == '' def test_line_identify(specviz_helper, spectrum1d):