We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c436dce commit c56906eCopy full SHA for c56906e
internal/integrationtest/board/board_test.go
@@ -237,10 +237,10 @@ func TestBoardListallWithManuallyInstalledPlatform(t *testing.T) {
237
"platform": {
238
"metadata": {
239
"id": "arduino-beta-development:samd",
240
+ "manually_installed": true
241
},
242
"release": {
243
"installed": true,
- "version": "1.8.11",
244
"name": "Arduino SAMD (32-bits ARM Cortex-M0+) Boards"
245
246
}
@@ -251,10 +251,10 @@ func TestBoardListallWithManuallyInstalledPlatform(t *testing.T) {
251
252
253
254
255
256
257
258
259
260
0 commit comments