From e811136347dc86099b9d95b74463c135f89ce5c5 Mon Sep 17 00:00:00 2001 From: claytonpbarrows Date: Fri, 18 Sep 2020 06:31:34 -0600 Subject: [PATCH] replacing commented tests --- test/test_validation.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_validation.jl b/test/test_validation.jl index abd9598c0c..1c543f0977 100644 --- a/test/test_validation.jl +++ b/test/test_validation.jl @@ -178,7 +178,7 @@ end @test_throws(PSY.InvalidValue, add_component!(sys, badline)) ) end -#= + # disabled until serialization is updated @testset "Test field validation after deserialization" begin nodes = nodes5() @@ -222,4 +222,4 @@ end rm(path) end end -=# +