summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/config/remote_named_star.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/tests/config/remote_named_star.go')
-rw-r--r--pkg/integration/tests/config/remote_named_star.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/integration/tests/config/remote_named_star.go b/pkg/integration/tests/config/remote_named_star.go
index 1796cab20..3cba2fd8a 100644
--- a/pkg/integration/tests/config/remote_named_star.go
+++ b/pkg/integration/tests/config/remote_named_star.go
@@ -17,10 +17,10 @@ var RemoteNamedStar = NewIntegrationTest(NewIntegrationTestArgs{
SetupConfig: func(cfg *config.AppConfig) {},
Run: func(
shell *Shell,
- input *Input,
+ t *TestDriver,
keys config.KeybindingConfig,
) {
// here we're just asserting that we haven't panicked upon starting lazygit
- input.Model().AtLeastOneCommit()
+ t.Model().AtLeastOneCommit()
},
})