mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-08-07 22:02:56 +03:00
Fix crash when trying to filter the list of remotes
This seems to be a left-over from an earlier iteration of the code. Removing it fixes the crash.
This commit is contained in:
@@ -131,6 +131,7 @@ var tests = []*components.IntegrationTest{
|
||||
filter_and_search.FilterMenu,
|
||||
filter_and_search.FilterMenuCancelFilterWithEscape,
|
||||
filter_and_search.FilterRemoteBranches,
|
||||
filter_and_search.FilterRemotes,
|
||||
filter_and_search.FilterSearchHistory,
|
||||
filter_and_search.NestedFilter,
|
||||
filter_and_search.NestedFilterTransient,
|
||||
|
Reference in New Issue
Block a user