1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-11-25 04:43:08 +03:00

migrate pullAndSetUpstream test

This commit is contained in:
Jesse Duffield
2023-02-19 11:51:42 +11:00
parent c599aaed51
commit a3096e720c
51 changed files with 48 additions and 111 deletions

View File

@@ -73,5 +73,6 @@ var tests = []*components.IntegrationTest{
submodule.Reset,
sync.FetchPrune,
sync.Pull,
sync.PullAndSetUpstream,
sync.RenameBranchAndPull,
}