Skip to content

Commit

Permalink
Assert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksMat committed Sep 12, 2024
1 parent 987c08e commit 5c11fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ipynb.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ def test_entire_notebook_without_changes() -> None:
content = read_jupyter_notebook("jupyter", "notebook_without_changes")
with pytest.raises(NothingChanged):
new_content = format_file_contents(content, fast=True, mode=JUPYTER_MODE)
pytest.fail(new_content)
assert content == new_content


def test_non_python_notebook() -> None:
Expand Down

0 comments on commit 5c11fcc

Please sign in to comment.