Skip to content

Commit 1804a1b

Browse files
Update test/runtests.jl
1 parent 51c687a commit 1804a1b

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
@@ -149,7 +149,7 @@ end
149149
if !is_APPVEYOR && GROUP == "Downstream"
150150
activate_downstream_env()
151151
@time @safetestset "Sparse Diff Tests" include("downstream/sparsediff_tests.jl")
152-
@time @safetestset "Time derivative Tests" include("regression/time_derivative_test.jl")
152+
@time @safetestset "Time derivative Tests" include("downstream/time_derivative_test.jl")
153153
@time @safetestset "DelayDiffEq Tests" include("downstream/delaydiffeq.jl")
154154
@time @safetestset "Autodiff Events Tests" include("downstream/autodiff_events.jl")
155155
@time @safetestset "Measurements Tests" include("downstream/measurements.jl")

0 commit comments

Comments
 (0)