Skip to content

Commit

Permalink
Uncomment test case fixed by #1322
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed May 16, 2022
1 parent 48899e9 commit ce7205f
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit ce7205f

Please sign in to comment.