Skip to content

Commit

Permalink
Merge branch 'patch-#92'
Browse files Browse the repository at this point in the history
  • Loading branch information
15r10nk committed May 27, 2024
2 parents ac72e61 + e37c6b5 commit 07cd5f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion inline_snapshot/pytest_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def apply_changes(flag):
else:
console.print(f"These changes are not applied.")
console.print(
f"Use [b]--inline-snapshot={flag}[/] to apply theme, or use the interactive mode with [b]--inline-snapshot=review[/]",
f"Use [b]--inline-snapshot={flag}[/] to apply them, or use the interactive mode with [b]--inline-snapshot=review[/]",
highlight=False,
)
console.print()
Expand Down
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 07cd5f8

Please sign in to comment.