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",
 			},