Skip to content

Commit

Permalink
Fixed integration test
Browse files Browse the repository at this point in the history
Fail if a library.properties does not exist.
  • Loading branch information
cmaglie committed Oct 2, 2024
1 parent 8555811 commit de93d49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (

// Properties parses the library.properties from the given path and returns the data.
func Properties(libraryPath *paths.Path) (*properties.Map, error) {
return properties.SafeLoadFromPath(libraryPath.Join("library.properties"))
return properties.LoadFromPath(libraryPath.Join("library.properties"))
}

var schemaObject = make(map[compliancelevel.Type]schema.Schema)
Expand Down

0 comments on commit de93d49

Please sign in to comment.