[fix] unit tests
This commit is contained in:
parent
ca777d7b18
commit
53c11fb256
1 changed files with 1 additions and 1 deletions
|
|
@ -223,7 +223,7 @@ func TestProcessMenu(t *testing.T) {
|
|||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
assert.Len(t, res, 2)
|
||||
assert.Len(t, res, 3)
|
||||
}
|
||||
|
||||
func TestProcessIcons(t *testing.T) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue