1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

Add test for checking out a file from a commit

This works, we just didn't have a test for it.
This commit is contained in:
Stefan Haller
2025-03-24 15:11:25 +01:00
parent 5038fa2d51
commit ac7d8ad025
2 changed files with 56 additions and 0 deletions

View File

@ -89,6 +89,7 @@ var tests = []*components.IntegrationTest{
commit.AmendWhenThereAreConflictsAndContinue,
commit.AutoWrapMessage,
commit.Checkout,
commit.CheckoutFileFromCommit,
commit.Commit,
commit.CommitMultiline,
commit.CommitSkipHooks,