Skip to content

Commit

Permalink
reorder tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMRuss committed Nov 23, 2024
1 parent e611a40 commit 1798dcd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_check_style.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@ def test_md_links():

for link in missing_links_eg:
warnings.warn(link)
assert missing_links == []

assert missing_links_eg == []
assert missing_links == []


def test_run_notebooks_without_errors():
Expand Down

0 comments on commit 1798dcd

Please sign in to comment.