Skip to content

Commit 4a8f1ed

Browse files
Merge pull request #3601 from SciML/ChrisRackauckas-patch-9
Update runtests.jl for bvproblem change
2 parents 94fe2fa + 428a1ae commit 4a8f1ed

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
@@ -90,7 +90,7 @@ end
9090
@safetestset "SCCNonlinearProblem Test" include("scc_nonlinear_problem.jl")
9191
@safetestset "PDE Construction Test" include("pdesystem.jl")
9292
@safetestset "JumpSystem Test" include("jumpsystem.jl")
93-
@safetestset "Optimal Control + Constraints Tests" include("optimal_control.jl")
93+
@safetestset "Optimal Control + Constraints Tests" include("bvproblem.jl")
9494
@safetestset "print_tree" include("print_tree.jl")
9595
@safetestset "Constraints Test" include("constraints.jl")
9696
@safetestset "IfLifting Test" include("if_lifting.jl")

0 commit comments

Comments
 (0)