Skip to content

Commit 09f8600

Browse files
committed
Moved testdata for libs into 'libs' subfolder
1 parent c120bbb commit 09f8600

File tree

7 files changed

+1
-1
lines changed

7 files changed

+1
-1
lines changed

commands/commands_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ func TestUserLibs(t *testing.T) {
189189
require.NoError(t, err, "creating 'sketchbook/libraries' dir")
190190

191191
installLib := func(lib string) {
192-
libPath := paths.New("testdata/" + lib)
192+
libPath := paths.New("testdata", "libs", lib)
193193
fmt.Printf("COPYING: %s in %s\n", libPath, libDir)
194194
err = libPath.CopyDirTo(libDir.Join(lib))
195195
require.NoError(t, err, "copying "+lib+" in sketchbook")

0 commit comments

Comments
 (0)