Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
duytnguyendtn committed May 19, 2023
1 parent 10e8776 commit 0215be7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ def test_data_selection(cubeviz_helper, spectrum1d_cube, tmpdir):
assert len([layer for layer in fv.layers if layer.visible]) == 2

app.vue_data_item_remove({'item_name': app.state.data_items[1]['name'],
'viewer_id': 'cubeviz=0'})
'viewer_id': 'cubeviz-0'})

assert len(fv.layers) == 1

0 comments on commit 0215be7

Please sign in to comment.