Skip to content

Commit 79024aa

Browse files
committed
Fix unit tests
1 parent 46e58b5 commit 79024aa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

commands/board/list_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ func TestGetByVidPid(t *testing.T) {
5757
require.Len(t, res, 1)
5858
require.Equal(t, "Arduino/Genuino MKR1000", res[0].Name)
5959
require.Equal(t, "arduino:samd:mkr1000", res[0].Fqbn)
60-
require.Equal(t, "0xf420", res[0].Vid)
61-
require.Equal(t, "0XF069", res[0].Pid)
6260

6361
// wrong vid (too long), wrong pid (not an hex value)
6462
_, err = apiByVidPid("0xfffff", "0xDEFG")

0 commit comments

Comments
 (0)