summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/branch/suggestions.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/tests/branch/suggestions.go')
-rw-r--r--pkg/integration/tests/branch/suggestions.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/integration/tests/branch/suggestions.go b/pkg/integration/tests/branch/suggestions.go
index 438bbf9be..65c64fa6d 100644
--- a/pkg/integration/tests/branch/suggestions.go
+++ b/pkg/integration/tests/branch/suggestions.go
@@ -20,7 +20,7 @@ var Suggestions = NewIntegrationTest(NewIntegrationTestArgs{
NewBranch("other-new-branch-2").
NewBranch("other-new-branch-3")
},
- Run: func(shell *Shell, t *TestDriver, keys config.KeybindingConfig) {
+ Run: func(t *TestDriver, keys config.KeybindingConfig) {
t.Views().Branches().
Focus().
Press(keys.Branches.CheckoutBranchByName)