Skip to content

Commit 6dc72ef

Browse files
fixed downstream
1 parent 0c68b47 commit 6dc72ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/upstream.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dyn(u, p, t) = ArrayPartition(
3636
ArrayPartition(zeros(1), [0.0])
3737
)
3838

39-
solve(
39+
@test solve(
4040
ODEProblem(
4141
dyn,
4242
ArrayPartition(
@@ -45,9 +45,9 @@ solve(
4545
),
4646
(0.0, 1.0)
4747
),AutoTsit5(Rodas5())
48-
)
48+
).retcode == :Success
4949

50-
@test_broken solve(
50+
@test solve(
5151
ODEProblem(
5252
dyn,
5353
ArrayPartition(

0 commit comments

Comments
 (0)