mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-28 16:02:01 +03:00
rename SelectedLine to CurrentLine in tests
This commit is contained in:
@ -31,6 +31,6 @@ var Basic = NewIntegrationTest(NewIntegrationTestArgs{
|
||||
|
||||
input.Press("a")
|
||||
assert.WorkingTreeFileCount(1)
|
||||
assert.SelectedLine(Contains("myfile"))
|
||||
assert.CurrentLine(Contains("myfile"))
|
||||
},
|
||||
})
|
||||
|
Reference in New Issue
Block a user