Update JSONSchema

feature/geodb
Alinson S. Xavier 4 years ago
parent 6c70d9acd5
commit c9391dd299

@ -35,7 +35,7 @@ DataStructures = "0.17"
GZip = "0.5" GZip = "0.5"
Geodesy = "0.5" Geodesy = "0.5"
JSON = "0.21" JSON = "0.21"
JSONSchema = "0.2" JSONSchema = "0.3"
JuMP = "0.21" JuMP = "0.21"
MathOptInterface = "0.9" MathOptInterface = "0.9"
PackageCompiler = "1" PackageCompiler = "1"

@ -82,5 +82,5 @@ end
@testset "parse (invalid)" begin @testset "parse (invalid)" begin
basedir = dirname(@__FILE__) basedir = dirname(@__FILE__)
@test_throws String RELOG.parsefile("$basedir/../fixtures/s1-wrong-length.json") @test_throws ErrorException RELOG.parsefile("$basedir/../fixtures/s1-wrong-length.json")
end end

Loading…
Cancel
Save