[fix] unit tests

This commit is contained in:
Max 2022-10-24 07:40:17 +08:00
parent ca777d7b18
commit 53c11fb256

View file

@ -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) {