Skip to content

Commit c4bda02

Browse files
committed
rename test
1 parent 28d54e3 commit c4bda02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const GROUP = get(ENV, "GROUP", "All") # defined in in CI.yml
66
#@safetestset "test" include("test/test_ComponentArrayInterpreter.jl")
77
@time @safetestset "test_ComponentArrayInterpreter" include("test_ComponentArrayInterpreter.jl")
88
#@safetestset "test" include("test/test_ModelApplicator.jl")
9-
@time @safetestset "test_gencovar" include("test_ModelApplicator.jl")
9+
@time @safetestset "test_ModelApplicator" include("test_ModelApplicator.jl")
1010
#@safetestset "test" include("test/test_gencovar.jl")
1111
@time @safetestset "test_gencovar" include("test_gencovar.jl")
1212
#@safetestset "test" include("test/test_SimpleChains.jl")

0 commit comments

Comments
 (0)