Skip to content

[skip-changelog] test: updated tests after index changes #2088

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion internal/integrationtest/core/core_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ func TestCoreSearch(t *testing.T) {
}

// Check search with case, accents and spaces
runSearch("mkr1000", "arduino:samd")
runSearch("mkr 1000", "arduino:samd")

runSearch("yún", "arduino:avr")
Expand Down
10 changes: 5 additions & 5 deletions internal/integrationtest/testdata/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"name": "Arduino Yún"
},
{
"name": "Arduino Uno"
"name": "Arduino UNO"
},
{
"name": "Arduino Uno WiFi"
"name": "Arduino UNO WiFi"
},
{
"name": "Arduino Diecimila"
Expand All @@ -37,7 +37,7 @@
"name": "Arduino Mega"
},
{
"name": "Arduino MegaADK"
"name": "Arduino Mega ADK"
},
{
"name": "Arduino Leonardo"
Expand All @@ -64,10 +64,10 @@
"name": "Arduino BT"
},
{
"name": "Arduino LilyPadUSB"
"name": "Arduino LilyPad USB"
},
{
"name": "Arduino Lilypad"
"name": "Arduino LilyPad"
},
{
"name": "Arduino Pro"
Expand Down