WIP: fixing tests
This commit is contained in:
parent
ba725d7af2
commit
3ab72f44d3
1 changed files with 4 additions and 2 deletions
|
|
@ -274,11 +274,13 @@ func Test_extList(t *testing.T) {
|
|||
},
|
||||
},
|
||||
}
|
||||
cmdFlex := tview.NewFlex()
|
||||
app := tview.NewApplication()
|
||||
list := tview.NewList()
|
||||
ui := uiRegistry{
|
||||
List: list,
|
||||
App: app,
|
||||
List: list,
|
||||
App: app,
|
||||
CmdFlex: cmdFlex,
|
||||
}
|
||||
extEntries := []extEntry{
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue