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:
@ -89,6 +89,7 @@ var tests = []*components.IntegrationTest{
|
||||
commit.AmendWhenThereAreConflictsAndContinue,
|
||||
commit.AutoWrapMessage,
|
||||
commit.Checkout,
|
||||
commit.CheckoutFileFromCommit,
|
||||
commit.Commit,
|
||||
commit.CommitMultiline,
|
||||
commit.CommitSkipHooks,
|
||||
|
Reference in New Issue
Block a user