mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-15 00:15:32 +02:00
rename input to t
This commit is contained in:
@ -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(
|
||||
|
Reference in New Issue
Block a user