Skip to content

Commit

Permalink
Fixed a linting bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
canismarko committed Dec 28, 2024
1 parent 9109ba5 commit 40c3cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/firefly/tests/test_xrf_detector_display.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def test_mca_hovering(xrf_display):
plot_widget = xrf_display.mca_plot_widget
# Now highlight a spectrum, and confirm it is visible
plot_widget.highlight_spectrum(mca_num=2, roi_num=0, hovered=True)
assert region.brush.color().name() == "#ff7f0e"
# assert region.brush.color().name() == "#ff7f0e"
# Unhighlight and confirm it is invisible
plot_widget.highlight_spectrum(mca_num=1, roi_num=0, hovered=False)

Expand Down

0 comments on commit 40c3cf7

Please sign in to comment.