mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-11-27 22:38:09 +02:00
rerun test generator
This commit is contained in:
@@ -21,8 +21,8 @@ import (
|
|||||||
"github.com/jesseduffield/lazygit/pkg/integration/tests/submodule"
|
"github.com/jesseduffield/lazygit/pkg/integration/tests/submodule"
|
||||||
"github.com/jesseduffield/lazygit/pkg/integration/tests/sync"
|
"github.com/jesseduffield/lazygit/pkg/integration/tests/sync"
|
||||||
"github.com/jesseduffield/lazygit/pkg/integration/tests/tag"
|
"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/ui"
|
||||||
|
"github.com/jesseduffield/lazygit/pkg/integration/tests/undo"
|
||||||
)
|
)
|
||||||
|
|
||||||
var tests = []*components.IntegrationTest{
|
var tests = []*components.IntegrationTest{
|
||||||
@@ -100,7 +100,7 @@ var tests = []*components.IntegrationTest{
|
|||||||
tag.CrudAnnotated,
|
tag.CrudAnnotated,
|
||||||
tag.CrudLightweight,
|
tag.CrudLightweight,
|
||||||
tag.Reset,
|
tag.Reset,
|
||||||
|
ui.SwitchTabFromMenu,
|
||||||
undo.UndoCheckoutAndDrop,
|
undo.UndoCheckoutAndDrop,
|
||||||
undo.UndoDrop,
|
undo.UndoDrop,
|
||||||
ui.SwitchTabFromMenu,
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user