Skip to content

Commit 09bd503

Browse files
committed
fixed tests
1 parent eb9a924 commit 09bd503

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

arduino/cores/packagemanager/package_manager_test.go

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ import (
99
)
1010

1111
func TestFindBoardWithFQBN(t *testing.T) {
12-
pm := packagemanager.NewPackageManager()
12+
pm := packagemanager.NewPackageManager(
13+
paths.New("testdata"),
14+
paths.New("testdata"),
15+
paths.New("testdata"),
16+
paths.New("testdata"))
1317
pm.LoadHardwareFromDirectory(paths.New("testdata"))
1418

1519
board, err := pm.FindBoardWithFQBN("arduino:avr:uno")

0 commit comments

Comments
 (0)