summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/interactive_rebase/one.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-12-27 21:47:37 +1100
committerJesse Duffield <jessedduffield@gmail.com>2022-12-27 21:47:37 +1100
commitc5050ecabd57702c7bfb02a38729ed8a4f23b2c5 (patch)
tree00407f650f067e09589f7175330912435ff21928 /pkg/integration/tests/interactive_rebase/one.go
parent78b495f50a080822121852dfdf27b481dbbd8879 (diff)
move shell into test driver
Diffstat (limited to 'pkg/integration/tests/interactive_rebase/one.go')
-rw-r--r--pkg/integration/tests/interactive_rebase/one.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/integration/tests/interactive_rebase/one.go b/pkg/integration/tests/interactive_rebase/one.go
index 909dd7a82..fdfc2db52 100644
--- a/pkg/integration/tests/interactive_rebase/one.go
+++ b/pkg/integration/tests/interactive_rebase/one.go
@@ -14,7 +14,7 @@ var One = NewIntegrationTest(NewIntegrationTestArgs{
shell.
CreateNCommits(5) // these will appears at commit 05, 04, 04, down to 01
},
- Run: func(shell *Shell, t *TestDriver, keys config.KeybindingConfig) {
+ Run: func(t *TestDriver, keys config.KeybindingConfig) {
t.Views().Commits().
Focus().
Lines(