Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alessio-perugini committed Dec 17, 2024
1 parent 9827cbf commit 8944f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/integrationtest/compile_1/compile_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1342,7 +1342,7 @@ func TestCompileWithOutputDirFlagIgnoringFoldersCreatedByEsp32RainMakerLib(t *te
require.NoError(t, err)

// When importing the `RMaker` library, the esp32 core produces in output a folder,
// containg all the binaries exported. The name of the folder matches the sketch name.
// containing all the binaries exported. The name of the folder matches the sketch name.
// In out case:
// cache-dir/
// |- RainMakerSketch.ino/ <--- This should be ignored
Expand Down

0 comments on commit 8944f9e

Please sign in to comment.