From c70c4fe47aeda184650d229636f3de112cd49304 Mon Sep 17 00:00:00 2001 From: Frank Hoffmann <15r10nk-git@polarbit.de> Date: Mon, 27 May 2024 20:03:01 +0200 Subject: [PATCH] test: fix snapshots --- tests/test_external.py | 2 +- tests/test_pytest_plugin.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_external.py b/tests/test_external.py index f1d8789..0c7440d 100644 --- a/tests/test_external.py +++ b/tests/test_external.py @@ -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 --------------------------------+ diff --git a/tests/test_pytest_plugin.py b/tests/test_pytest_plugin.py index 2a8d743..984ff26 100644 --- a/tests/test_pytest_plugin.py +++ b/tests/test_pytest_plugin.py @@ -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 """ )