summaryrefslogtreecommitdiffstats
path: root/pkg/integration
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2023-02-20 19:29:15 +1100
committerJesse Duffield <jessedduffield@gmail.com>2023-02-20 19:29:15 +1100
commit71a30155dc4239a466c7331e58c919f8cff6c354 (patch)
treea8c95695a84bc8fb653453cb7b2e07bfccbe0d0e /pkg/integration
parent6ee20840b2bbf94314bb2e185fdcdbc0ac1aaf0d (diff)
rerun test generator
Diffstat (limited to 'pkg/integration')
-rw-r--r--pkg/integration/tests/tests_gen.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/integration/tests/tests_gen.go b/pkg/integration/tests/tests_gen.go
index 7163e9fdf..c88ed636f 100644
--- a/pkg/integration/tests/tests_gen.go
+++ b/pkg/integration/tests/tests_gen.go
@@ -21,8 +21,8 @@ import (
"github.com/jesseduffield/lazygit/pkg/integration/tests/submodule"
"github.com/jesseduffield/lazygit/pkg/integration/tests/sync"
"github.com/jesseduffield/lazygit/pkg/integration/tests/tag"
- "github.com/jesseduffield/lazygit/pkg/integration/tests/undo"
"github.com/jesseduffield/lazygit/pkg/integration/tests/ui"
+ "github.com/jesseduffield/lazygit/pkg/integration/tests/undo"
)
var tests = []*components.IntegrationTest{
@@ -100,7 +100,7 @@ var tests = []*components.IntegrationTest{
tag.CrudAnnotated,
tag.CrudLightweight,
tag.Reset,
+ ui.SwitchTabFromMenu,
undo.UndoCheckoutAndDrop,
undo.UndoDrop,
- ui.SwitchTabFromMenu,
}