Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c660b33

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

File tree

Expand file treeCollapse file tree

2 files changed

+5
-6
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+5
-6
lines changed

‎internal/integrationtest/core/core_test.go

Copy file name to clipboardExpand all lines: internal/integrationtest/core/core_test.go
-1Lines changed: 0 additions & 1 deletion
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")

‎internal/integrationtest/testdata/installed.json

Copy file name to clipboardExpand all lines: internal/integrationtest/testdata/installed.json
+5-5Lines changed: 5 additions & 5 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.