Skip to content

Commit 49914e7

Browse files
committed
Moved tests inside 'extras' folder
1 parent 20026ba commit 49914e7

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.

test/RpcClientTest/RpcClient_test.go renamed to extras/integration_test/RpcClientTest/RpcClient_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ func TestBasicComm(t *testing.T) {
2020
fqbn, _, uploadPort := getFQBNAndPorts(t)
2121
{
2222
// Upload the sketch
23-
cli, err := paths.NewProcess(nil, "arduino-cli", "compile", "--fqbn", fqbn, "--library", "../..", "-u", "-p", uploadPort)
23+
cli, err := paths.NewProcess(nil, "arduino-cli", "compile", "--fqbn", fqbn, "--library", "../../..", "-u", "-p", uploadPort)
2424
require.NoError(t, err)
2525
cli.RedirectStderrTo(os.Stderr)
2626
cli.RedirectStdoutTo(os.Stdout)
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)