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

migrate test for rename branch and pull

This commit is contained in:
Jesse Duffield
2022-12-28 17:52:04 +11:00
parent 277ca706eb
commit 6f709456fe
52 changed files with 64 additions and 111 deletions

View File

@ -66,6 +66,7 @@ var tests = []*components.IntegrationTest{
diff.DiffAndApplyPatch,
diff.DiffCommits,
sync.FetchPrune,
sync.RenameBranchAndPull,
}
func GetTests() []*components.IntegrationTest {