Skip to content

Commit 3a0bf88

Browse files
committed
Move library.properties JSON schemas to the libraryproperties package
1 parent 2d758b0 commit 3a0bf88

File tree

2 files changed

+3
-19
lines changed

2 files changed

+3
-19
lines changed

etc/schemas/test/librarypropertiesschemas.go

Lines changed: 0 additions & 17 deletions
This file was deleted.

etc/schemas/test/librarypropertiesschemas_test.go renamed to project/library/libraryproperties/librarypropertiesschemas_test.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
// Arduino software without disclosing the source code of your own applications.
1414
// To purchase a commercial license, send an email to [email protected].
1515

16-
package schemas
16+
// This file contains tests for the library.properties JSON schemas.
17+
package libraryproperties_test
1718

1819
import (
1920
"fmt"
@@ -54,7 +55,7 @@ var schemasPath *paths.Path
5455

5556
func init() {
5657
workingPath, _ := os.Getwd()
57-
schemasPath = paths.New(workingPath).Join("..")
58+
schemasPath = paths.New(workingPath).Join("..", "..", "..", "etc", "schemas")
5859
}
5960

6061
type propertyValueTestTable struct {

0 commit comments

Comments
 (0)