Skip to content

Commit 3278845

Browse files
fix one last test
1 parent 267bf6b commit 3278845

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
@@ -95,7 +95,7 @@ f_t_noname = @ode_def begin # Checks for error due to symbol on 1
9595
dy = -c*y + d*x*y*t^2
9696
end a b c d
9797

98-
@test DiffEqBase.__has_syms(f_t_noname)
98+
@test SciMLBase.__has_syms(f_t_noname)
9999

100100
f = @ode_def begin
101101
dx = a*x - b*x*y

0 commit comments

Comments
 (0)