1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-08-06 11:02:41 +03:00

Add integration test for remote branch sort order

This commit is contained in:
Stefan Haller
2023-12-20 11:54:20 +01:00
committed by Alex March
parent 3fe491fcb2
commit 1e3935cbaf
3 changed files with 74 additions and 2 deletions

View File

@@ -54,6 +54,7 @@ var tests = []*components.IntegrationTest{
branch.ResetToUpstream,
branch.SetUpstream,
branch.ShowDivergenceFromUpstream,
branch.SortRemoteBranches,
branch.Suggestions,
branch.UnsetUpstream,
cherry_pick.CherryPick,