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 d1dfef0 commit bd26c0eCopy full SHA for bd26c0e
internal/integrationtest/board/hardware_loading_test.go
@@ -182,9 +182,9 @@ func TestHardwareLoading(t *testing.T) {
182
"platforms": [
183
{
184
"id": "my_avr_platform:avr",
185
- "installed_version": "9.9.9",
+ "installed_version": "",
186
"releases": {
187
- "9.9.9": {
+ "": {
188
"name": "My AVR Boards",
189
"boards": [
190
@@ -207,7 +207,7 @@ func TestHardwareLoading(t *testing.T) {
207
"id": "my_symlinked_avr_platform:avr",
208
"manually_installed": true,
209
210
211
}
212
213
0 commit comments