summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/custom_commands/menu_from_commands_output.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/tests/custom_commands/menu_from_commands_output.go')
-rw-r--r--pkg/integration/tests/custom_commands/menu_from_commands_output.go6
1 files changed, 1 insertions, 5 deletions
diff --git a/pkg/integration/tests/custom_commands/menu_from_commands_output.go b/pkg/integration/tests/custom_commands/menu_from_commands_output.go
index c64b35e6e..a9a899341 100644
--- a/pkg/integration/tests/custom_commands/menu_from_commands_output.go
+++ b/pkg/integration/tests/custom_commands/menu_from_commands_output.go
@@ -41,11 +41,7 @@ var MenuFromCommandsOutput = NewIntegrationTest(NewIntegrationTestArgs{
},
}
},
- Run: func(
- shell *Shell,
- t *TestDriver,
- keys config.KeybindingConfig,
- ) {
+ Run: func(t *TestDriver, keys config.KeybindingConfig) {
t.Model().CurrentBranchName("feature/bar")
t.Model().WorkingTreeFileCount(0)