Yeuoly преди 11 месеца
родител
ревизия
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",
 			},