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