mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03:00
Fix the bug mentioned in the previous commit
This commit is contained in:
@ -51,9 +51,6 @@ var CheckoutFileFromRangeSelectionOfCommits = NewIntegrationTest(NewIntegrationT
|
||||
Equals("M file.txt"),
|
||||
)
|
||||
|
||||
/* EXPECTED:
|
||||
t.FileSystem().FileContent("file.txt", Equals("three\n"))
|
||||
ACTUAL: */
|
||||
t.FileSystem().FileContent("file.txt", Equals("two\n"))
|
||||
},
|
||||
})
|
||||
|
Reference in New Issue
Block a user