Skip to content

Commit 1171b0e

Browse files
committed
[skip changelog] Moved local.txt files used for testing
1 parent ced2b3d commit 1171b0e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

legacy/builder/test/hardware_loader_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ import (
2929
func TestLoadHardware(t *testing.T) {
3030
DownloadCoresAndToolsAndLibraries(t)
3131
downloadedHardwareAvr := paths.New("downloaded_hardware", "arduino", "avr")
32-
paths.New("hardware", "arduino", "avr", "boards.local.txt").CopyTo(downloadedHardwareAvr.Join("boards.local.txt"))
33-
paths.New("hardware", "arduino", "avr", "platform.local.txt").CopyTo(downloadedHardwareAvr.Join("platform.local.txt"))
32+
paths.New("custom_local_txts", "boards.local.txt").CopyTo(downloadedHardwareAvr.Join("boards.local.txt"))
33+
paths.New("custom_local_txts", "platform.local.txt").CopyTo(downloadedHardwareAvr.Join("platform.local.txt"))
3434
ctx := &types.Context{
3535
HardwareDirs: paths.NewPathList("downloaded_hardware", filepath.Join("..", "hardware")),
3636
}

0 commit comments

Comments
 (0)