Merge pull request #226 from trheyi/main

[fix] unit tests
This commit is contained in:
Max 2022-10-24 07:40:48 +08:00 committed by GitHub
commit 0b85eaa75d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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