diff --git a/test/runtests.jl b/test/runtests.jl index fd05561..2bc1bf4 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -7,7 +7,7 @@ include("./helper_functions.jl") @testset "ACEds.jl" begin # ------------------------------------------ #@testset "Basic test" begin include("test_model_evaluation.jl") end - @testset "I/O test" begin include("./test_input-output.jl") + @testset "I/O test" begin include("./test_input-output.jl") end end