Skip to content

Commit c660b33

Browse files
authored
[skip-changelog] test: updated tests after index changes (#2088)
1 parent c95f890 commit c660b33

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Diff for: internal/integrationtest/core/core_test.go

-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ func TestCoreSearch(t *testing.T) {
123123
}
124124

125125
// Check search with case, accents and spaces
126-
runSearch("mkr1000", "arduino:samd")
127126
runSearch("mkr 1000", "arduino:samd")
128127

129128
runSearch("yún", "arduino:avr")

Diff for: internal/integrationtest/testdata/installed.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"name": "Arduino Yún"
2323
},
2424
{
25-
"name": "Arduino Uno"
25+
"name": "Arduino UNO"
2626
},
2727
{
28-
"name": "Arduino Uno WiFi"
28+
"name": "Arduino UNO WiFi"
2929
},
3030
{
3131
"name": "Arduino Diecimila"
@@ -37,7 +37,7 @@
3737
"name": "Arduino Mega"
3838
},
3939
{
40-
"name": "Arduino MegaADK"
40+
"name": "Arduino Mega ADK"
4141
},
4242
{
4343
"name": "Arduino Leonardo"
@@ -64,10 +64,10 @@
6464
"name": "Arduino BT"
6565
},
6666
{
67-
"name": "Arduino LilyPadUSB"
67+
"name": "Arduino LilyPad USB"
6868
},
6969
{
70-
"name": "Arduino Lilypad"
70+
"name": "Arduino LilyPad"
7171
},
7272
{
7373
"name": "Arduino Pro"

0 commit comments

Comments
 (0)