Skip to content

Commit ca8e1c3

Browse files
committed
fix(tests): update insta snapshots
1 parent 0d14a39 commit ca8e1c3

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

git-branchless/tests/test_amend.rs

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -598,18 +598,16 @@ fn test_amend_undo() -> eyre::Result<()> {
598598
].concat()}, {
599599
insta::assert_snapshot!(stdout, @r###"
600600
Will apply these actions:
601-
1. Move branch foo from 94b1077 create file1.txt
601+
#. Move branch foo from 94b1077 create file1.txt
602602
to 94b1077 create file1.txt
603-
2. Check out from 94b1077 create file1.txt
604-
to 94b1077 create file1.txt
605-
3. Restore snapshot for branch foo
603+
#. Restore snapshot for branch foo
606604
pointing to 94b1077 create file1.txt
607605
backed up using b4371f8 branchless: automated working copy snapshot
608-
4. Move branch foo from 94b1077 create file1.txt
606+
#. Move branch foo from 94b1077 create file1.txt
609607
to c0bdfb5 create file1.txt
610-
5. Rewrite commit 94b1077 create file1.txt
608+
#. Rewrite commit 94b1077 create file1.txt
611609
as c0bdfb5 create file1.txt
612-
6. Restore snapshot for branch foo
610+
#. Restore snapshot for branch foo
613611
pointing to c0bdfb5 create file1.txt
614612
backed up using a293e0b branchless: automated working copy snapshot
615613
branchless: running command: <git-executable> checkout a293e0b4502882ced673f83b6742539ee06cbc74 -B foo
@@ -624,7 +622,7 @@ fn test_amend_undo() -> eyre::Result<()> {
624622
O f777ecc (master) create initial.txt
625623
|
626624
@ c0bdfb5 (> foo) create file1.txt
627-
Applied 6 inverse events.
625+
Applied # inverse events.
628626
"###);
629627
});
630628
}

0 commit comments

Comments
 (0)