Yeuoly 10 月之前
父節點
當前提交
944316b137
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      internal/types/entities/plugin_entities/plugin_declaration_test.go

+ 1 - 0
internal/types/entities/plugin_entities/plugin_declaration_test.go

@@ -14,6 +14,7 @@ func preparePluginDeclaration() PluginDeclaration {
 			Version: "0.0.1",
 			Type:    PluginType,
 			Name:    "test",
+			Icon:    "test.svg",
 			Label: I18nObject{
 				EnUS: "test",
 			},