Skip to content

Commit

Permalink
test: fix snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
15r10nk committed May 27, 2024
1 parent 597bbe4 commit c70c4fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_external.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def test_something():
| assert 2 == snapshot(1+1) |
+------------------------------------------------------------------------------+
These changes are not applied.
Use --inline-snapshot=fix to apply theme, or use the interactive mode with
Use --inline-snapshot=fix to apply them, or use the interactive mode with
--inline-snapshot=review
------------------------------- Update snapshots -------------------------------
+-------------------------------- test_file.py --------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion tests/test_pytest_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def test_a():
| assert 5 == snapshot(5) |
+------------------------------------------------------------------------------+
These changes are not applied.
Use --inline-snapshot=update to apply theme, or use the interactive mode with
Use --inline-snapshot=update to apply them, or use the interactive mode with
--inline-snapshot=review
"""
)
Expand Down

0 comments on commit c70c4fe

Please sign in to comment.