Skip to content

Commit f9bec73

Browse files
fix tests
1 parent 0d51640 commit f9bec73

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
@@ -3,6 +3,6 @@ using OrdinaryDiffEq, ParameterizedFunctions,
33
using Base.Test
44

55
tic()
6-
@time @testset "Utils Tests" begin include("utils_test.jl.jl") end
6+
@time @testset "Utils Tests" begin include("utils_test.jl") end
77
@time @testset "Partitions Tests" begin include("partitions_test.jl") end
88
toc()

0 commit comments

Comments
 (0)