File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
internal/integrationtest/board Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -237,10 +237,10 @@ func TestBoardListallWithManuallyInstalledPlatform(t *testing.T) {
237
237
"platform": {
238
238
"metadata": {
239
239
"id": "arduino-beta-development:samd",
240
+ "manually_installed": true
240
241
},
241
242
"release": {
242
243
"installed": true,
243
- "version": "1.8.11",
244
244
"name": "Arduino SAMD (32-bits ARM Cortex-M0+) Boards"
245
245
},
246
246
}
@@ -251,10 +251,10 @@ func TestBoardListallWithManuallyInstalledPlatform(t *testing.T) {
251
251
"platform": {
252
252
"metadata": {
253
253
"id": "arduino-beta-development:samd",
254
+ "manually_installed": true
254
255
},
255
256
"release": {
256
257
"installed": true,
257
- "version": "1.8.11",
258
258
"name": "Arduino SAMD (32-bits ARM Cortex-M0+) Boards"
259
259
},
260
260
}
You can’t perform that action at this time.
0 commit comments