Skip to content

Commit

Permalink
Update test output for snapshot_text change (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty authored Jan 7, 2025
1 parent 1da675c commit 949ac94
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cargo-insta/tests/functional/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -375,13 +375,12 @@ Hello, world!
assert_snapshot!(test_insta_1_40_0.diff("src/snapshots/test_force_update_1_40_0__force_update.snap"), @r#"
--- Original: src/snapshots/test_force_update_1_40_0__force_update.snap
+++ Updated: src/snapshots/test_force_update_1_40_0__force_update.snap
@@ -1,8 +1,6 @@
@@ -1,8 +1,5 @@
-
---
source: src/lib.rs
-expression:
+expression: "\"Hello, world!\""
+snapshot_kind: text
---
Hello, world!
-
Expand Down

0 comments on commit 949ac94

Please sign in to comment.