Skip to content

Commit

Permalink
fix test from rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
kecnry committed May 19, 2022
1 parent 3fb74c3 commit f60d51d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def test_moment_calculation(cubeviz_helper, spectrum1d_cube, tmpdir):

assert mm.moment_available
assert dc[1].label == 'moment 0'
mv_data = app.get_viewer('mask-viewer').data()
mv_data = cubeviz_helper.app.get_viewer('mask-viewer').data()
# by default, will overwrite the previous entry (so only one data entry)
assert len(mv_data) == 1
assert mv_data[0].label == 'moment 0'
Expand Down

0 comments on commit f60d51d

Please sign in to comment.