summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/tests.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-12-28 17:39:45 +1100
committerJesse Duffield <jessedduffield@gmail.com>2022-12-30 22:42:32 +1100
commit277ca706eb3dd793463f951a919763e2432d53e5 (patch)
tree2d2fb18bfb73737fbafb65d93e9c019b4d511bb3 /pkg/integration/tests/tests.go
parent8a1c7639426c2ceee562674adde85dd9a5b46127 (diff)
migrate fetchPrune integration test
Diffstat (limited to 'pkg/integration/tests/tests.go')
-rw-r--r--pkg/integration/tests/tests.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/integration/tests/tests.go b/pkg/integration/tests/tests.go
index da101e06b..8a6c52565 100644
--- a/pkg/integration/tests/tests.go
+++ b/pkg/integration/tests/tests.go
@@ -21,6 +21,7 @@ import (
"github.com/jesseduffield/lazygit/pkg/integration/tests/interactive_rebase"
"github.com/jesseduffield/lazygit/pkg/integration/tests/misc"
"github.com/jesseduffield/lazygit/pkg/integration/tests/stash"
+ "github.com/jesseduffield/lazygit/pkg/integration/tests/sync"
)
// Here is where we lists the actual tests that will run. When you create a new test,
@@ -64,6 +65,7 @@ var tests = []*components.IntegrationTest{
diff.Diff,
diff.DiffAndApplyPatch,
diff.DiffCommits,
+ sync.FetchPrune,
}
func GetTests() []*components.IntegrationTest {