Skip to content

Commit 8727f67

Browse files
committed
Moved user_hardware testdata resources
1 parent 18dfe0d commit 8727f67

File tree

12 files changed

+1
-1
lines changed

12 files changed

+1
-1
lines changed

internal/integrationtest/compile_4/compile_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ func TestCompileOfProblematicSketches(t *testing.T) {
6565
require.NoError(t, err)
6666

6767
// Install custom hardware required for tests
68-
customHwDir, err := paths.New("testdata", "user_hardware").Abs()
68+
customHwDir, err := paths.New("..", "testdata", "user_hardware").Abs()
6969
require.NoError(t, err)
7070
require.NoError(t, customHwDir.CopyDirTo(cli.SketchbookDir().Join("hardware")))
7171

0 commit comments

Comments
 (0)