We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59a73d2 commit 18a0030Copy full SHA for 18a0030
internal/orchestrator/bricks/bricks_test.go
@@ -27,7 +27,7 @@ import (
27
"github.com/arduino/arduino-app-cli/internal/orchestrator/bricksindex"
28
)
29
30
-func TestBrickCreateFromAppExample(t *testing.T) {
+func TestBrickCreate(t *testing.T) {
31
bricksIndex, err := bricksindex.GenerateBricksIndexFromFile(paths.New("testdata"))
32
require.Nil(t, err)
33
brickService := NewService(nil, bricksIndex, nil)
internal/orchestrator/bricks/testdata/AppFromExample/app.yaml
@@ -1,6 +1,6 @@
1
-name: Blinking LED from Arduino Cloud
2
-icon: ☁️
+name: Copy of Blinking LED from Arduino Cloud
3
description: Control the LED from the Arduino IoT Cloud using RPC calls
4
-
+icon: ☁️
+ports: []
5
bricks:
6
- - arduino:arduino_cloud
+- arduino:arduino_cloud:
0 commit comments