Skip to content

Commit 91bf51e

Browse files
Update test/basictests.jl
1 parent 9aec273 commit 91bf51e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/basictests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function test_interface(alg, prob1, prob2)
4242
sol = solve(prob1, alg; cache_kwargs...)
4343
@test A1 * sol.u b1
4444

45-
sol = solve(prob1, alg; cache_kwargs...)
45+
sol = solve(prob2, alg; cache_kwargs...)
4646
@test A2 * sol.u b2
4747

4848
cache = SciMLBase.init(prob1, alg; cache_kwargs...) # initialize cache

0 commit comments

Comments
 (0)