Skip to content

Commit

Permalink
fix test setting display unit now that um is preferred to micron
Browse files Browse the repository at this point in the history
  • Loading branch information
kecnry committed Apr 5, 2023
1 parent 66a5b6b commit 410cc00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jdaviz/configs/specviz/tests/test_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ def test_get_spectral_regions_unit_conversion(specviz_helper, spectrum1d):
assert label_mouseover.icon == ''

# Convert the wavelength axis to micron
new_spectral_axis = "micron"
new_spectral_axis = "um"
spec_viewer.state.x_display_unit = new_spectral_axis
spec_viewer.set_plot_axes()

Expand Down

0 comments on commit 410cc00

Please sign in to comment.