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

@@ -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