Fix: display and upsert correct roles and icons

This commit is contained in:
Grail Finder
2024-12-10 17:55:10 +03:00
parent 67f36d417f
commit 5f780287ae
8 changed files with 53 additions and 37 deletions

View File

@@ -27,7 +27,7 @@ func TestReadMeta(t *testing.T) {
if err != nil {
t.Errorf("Expected no error, but got %v\n", err)
}
fmt.Printf("%+v\n", v.Simplify("Adam"))
fmt.Printf("%+v\n", v.Simplify("Adam", tc.Filename))
})
}
}