summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/custom_commands/basic.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/tests/custom_commands/basic.go')
-rw-r--r--pkg/integration/tests/custom_commands/basic.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/integration/tests/custom_commands/basic.go b/pkg/integration/tests/custom_commands/basic.go
index 2317525ac..fd20f79e6 100644
--- a/pkg/integration/tests/custom_commands/basic.go
+++ b/pkg/integration/tests/custom_commands/basic.go
@@ -23,12 +23,12 @@ var Basic = NewIntegrationTest(NewIntegrationTestArgs{
},
Run: func(
shell *Shell,
- input *Input,
+ t *TestDriver,
keys config.KeybindingConfig,
) {
- input.Model().WorkingTreeFileCount(0)
+ t.Model().WorkingTreeFileCount(0)
- input.Views().Files().
+ t.Views().Files().
IsFocused().
Press("a").
Lines(