Skip to content

Commit 81da921

Browse files
committed
Use correct setup in FIRK testing
1 parent 5cc940a commit 81da921

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/BoundaryValueDiffEqFIRK/test/expanded/firk_basic_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ end
273273
@test_nowarn solve(bvp1, RadauIIa7(nl_solve, jac_alg; nested); dt = 0.05)
274274
end
275275

276-
@testitem "Interpolation" begin
276+
@testitem "Interpolation" setup=[FIRKExpandedConvergenceTests] begin
277277
using LinearAlgebra
278278

279279
λ = 1

0 commit comments

Comments
 (0)