File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ func TestLoadSketchFolderSymlink(t *testing.T) {
114114 require .Equal (t , "helper.h" , filepath .Base (s .AdditionalFiles [2 ].Path ))
115115}
116116
117- // the sketch folder contains "loop" symlink that refers to itself causing a symlink loop
117+ //the sketch folder contains both "loop" symlink that refers to itself causing a symlink loop and a multilevel folder symlink
118118func TestLoadSketchFolderSymlinkLoop (t * testing.T ) {
119119 // pass the path to the sketch folder
120120 sketchPath := filepath .Join ("testdata" , t .Name ())
@@ -149,7 +149,7 @@ func TestLoadSketchFolderSymlinkLoop(t *testing.T) {
149149
150150func TestLoadSketchFolderDotIno (t * testing.T ) {
151151 // pass the path to the sketch folder
152- sketchPath := filepath .Join ("testdata" , "TestLoadSketchFolder.ino " )
152+ sketchPath := filepath .Join ("testdata" , "TestLoadSketchFolder" )
153153 s , err := builder .SketchLoad (sketchPath , "" )
154154 require .Nil (t , s )
155155 require .NotNil (t , err )
You can’t perform that action at this time.
0 commit comments