Skip to content

Commit

Permalink
codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
kecnry committed Dec 9, 2024
1 parent 631ea6c commit c1f6521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jdaviz/tests/test_user_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ def test_toggle_api_hints(specviz_helper):
specviz_helper.app.toggle_api_hints(True)
assert specviz_helper.app.state.show_api_hints is True
specviz_helper.app.toggle_api_hints()
assert specviz_helper.app.state.show_api_hints is False
assert specviz_helper.app.state.show_api_hints is False

0 comments on commit c1f6521

Please sign in to comment.