mirror of
https://github.com/ANL-CEEESA/RELOG.git
synced 2025-12-05 23:38:52 -06:00
Update JSONSchema
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user