Skip to content

Commit 88aa508

Browse files
Update test/runtests.jl
Co-authored-by: Kanav Gupta <33966400+kanav99@users.noreply.github.com>
1 parent e5fe827 commit 88aa508

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if GROUP == "All" || GROUP == "Downstream"
2323
activate_downstream_env()
2424
@time @safetestset "ODEs" begin
2525
import OrdinaryDiffEq
26-
include(joinpath(dirname(pathof(OrdinaryDiffEq)), "..", "test/interface/sparsedifftests.jl"))
26+
include(joinpath(dirname(pathof(OrdinaryDiffEq)), "..", "test/interface/sparsediff_tests.jl"))
2727
end
2828
end
2929

0 commit comments

Comments
 (0)