Skip to content

Commit

Permalink
fix bad raise in test
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyfast committed May 26, 2024
1 parent c180e69 commit 298bc1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_a11y_baseline.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ def test_axe(axe, notebook, config, exporter_name, name):
# accessibility. https:/Iota-School/notebooks-for-all/issues/81
test.run({"exclude": [JUPYTER_WIDGETS, MATHJAX, SA11Y]})
try:
raise test.raises()
test.raises()
except* AxeViolation["serious-color-contrast-enhanced"]:
...

0 comments on commit 298bc1d

Please sign in to comment.