Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty committed Jan 4, 2025
1 parent d96338b commit 3d54936
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions cargo-insta/tests/functional/delete_pending.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ fn test_snapshot_file() {
assert_snapshot!(test_project.file_tree_diff(), @r"
--- Original file tree
+++ Updated file tree
@@ -1,4 +1,8 @@
@@ -1,3 +1,7 @@
+ Cargo.lock
Cargo.toml
src
Expand All @@ -61,8 +60,7 @@ fn test_snapshot_file() {
assert_snapshot!(test_project.file_tree_diff(), @r"
--- Original file tree
+++ Updated file tree
@@ -1,4 +1,6 @@
@@ -1,3 +1,5 @@
+ Cargo.lock
Cargo.toml
src
Expand Down Expand Up @@ -107,8 +105,7 @@ fn test_file_snapshot() {
assert_snapshot!(test_project.file_tree_diff(), @r"
--- Original file tree
+++ Updated file tree
@@ -1,4 +1,7 @@
@@ -1,3 +1,6 @@
+ Cargo.lock
Cargo.toml
src
Expand Down Expand Up @@ -149,8 +146,7 @@ fn test_file_snapshot() {
assert_snapshot!(test_project.file_tree_diff(), @r"
--- Original file tree
+++ Updated file tree
@@ -1,4 +1,9 @@
@@ -1,3 +1,8 @@
+ Cargo.lock
Cargo.toml
src
Expand All @@ -174,8 +170,7 @@ fn test_file_snapshot() {
assert_snapshot!(test_project.file_tree_diff(), @r"
--- Original file tree
+++ Updated file tree
@@ -1,4 +1,7 @@
@@ -1,3 +1,6 @@
+ Cargo.lock
Cargo.toml
src
Expand All @@ -197,8 +192,7 @@ fn test_file_snapshot() {
assert_snapshot!(test_project.file_tree_diff(), @r"
--- Original file tree
+++ Updated file tree
@@ -1,4 +1,9 @@
@@ -1,3 +1,8 @@
+ Cargo.lock
Cargo.toml
src
Expand Down Expand Up @@ -241,8 +235,7 @@ fn test_file_snapshot() {
assert_snapshot!(test_project.file_tree_diff(), @r"
--- Original file tree
+++ Updated file tree
@@ -1,4 +1,7 @@
@@ -1,3 +1,6 @@
+ Cargo.lock
Cargo.toml
src
Expand Down

0 comments on commit 3d54936

Please sign in to comment.