Skip to content

Commit 845787e

Browse files
committed
test: fix depwarns
1 parent 4e3d944 commit 845787e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1594,8 +1594,8 @@ using Aqua: Aqua
15941594
let order = 4
15951595
for t in RootedTreeIterator(order)
15961596
@test elementary_weight(t, rk.A, rk.b, rk.c) elementary_weight(t, rk)
1597-
@test derivative_weight(t, rk.A, rk.b, rk.c) derivative_weight(t, rk)
1598-
@test residual_order_condition(t, rk.A, rk.b, rk.c)
1597+
@test derivative_weight(t, RungeKuttaMethod(rk.A, rk.b, rk.c)) derivative_weight(t, rk)
1598+
@test residual_order_condition(t, RungeKuttaMethod(rk.A, rk.b, rk.c))
15991599
residual_order_condition(t, rk)
16001600
end
16011601
end

0 commit comments

Comments
 (0)