summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/branch/rebase.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/tests/branch/rebase.go')
-rw-r--r--pkg/integration/tests/branch/rebase.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/integration/tests/branch/rebase.go b/pkg/integration/tests/branch/rebase.go
index b90810b82..137bada27 100644
--- a/pkg/integration/tests/branch/rebase.go
+++ b/pkg/integration/tests/branch/rebase.go
@@ -14,7 +14,7 @@ var Rebase = NewIntegrationTest(NewIntegrationTestArgs{
SetupRepo: func(shell *Shell) {
shared.MergeConflictsSetup(shell)
},
- Run: func(shell *Shell, t *TestDriver, keys config.KeybindingConfig) {
+ Run: func(t *TestDriver, keys config.KeybindingConfig) {
t.Views().Commits().TopLines(
Contains("first change"),
Contains("original"),