Update JSONSchema

This commit is contained in:
2021-07-01 14:11:06 -05:00
parent 6c70d9acd5
commit c9391dd299
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -82,5 +82,5 @@ end
@testset "parse (invalid)" begin
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