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 2565a3f

Browse filesBrowse files
Bikappaper1234
andauthored
Update internal/integrationtest/board/board_test.go
Co-authored-by: per1234 <accounts@perglass.com>
1 parent 74441de commit 2565a3f
Copy full SHA for 2565a3f

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎internal/integrationtest/board/board_test.go

Copy file name to clipboardExpand all lines: internal/integrationtest/board/board_test.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ func TestBoardListWithFqbnFilter(t *testing.T) {
101101

102102
_, _, err := cli.Run("core", "update-index")
103103
require.NoError(t, err)
104-
stdout, _, err := cli.Run("board", "list", "-b", "arduino:avr:uno", "--format", "json")
104+
stdout, _, err := cli.Run("board", "list", "-b", "foo:bar:baz", "--format", "json")
105105
require.NoError(t, err)
106106
// this is a bit of a passpartout test, it actually filters the "bluetooth boards" locally
107107
// but it would succeed even if the filtering wasn't working properly

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.