Skip to content

Commit eacc432

Browse files
committed
fix test
1 parent affbc14 commit eacc432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/interface/aliasing_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using OrdinaryDiffEq, Test
22

3-
import ODEProblemLibrary: prob_ode_2Dlinear
3+
import ODEProblemLibrary: prob_ode_linear
44

55
# Test that the old keyword works, and that the new AliasSpecier works.
66
u0_old_alias_kwarg_sol = solve(prob_ode_linear, Tsit5(), alias_u0 = true)

0 commit comments

Comments
 (0)