Skip to content

Commit a71f3ee

Browse files
test: update tests to account for changes to array hack
1 parent 6d9e49b commit a71f3ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/structural_transformation/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ end
7676
end
7777
@mtkbuild sys = ODESystem([D(x) ~ y[1] + y[2], y ~ foo(x)], t)
7878
@test length(equations(sys)) == 1
79-
@test length(observed(sys)) == 3
79+
@test length(observed(sys)) == 4
8080
prob = ODEProblem(sys, [x => 1.0], (0.0, 1.0), [foo => _tmp_fn2])
8181
val[] = 0
8282
@test_nowarn prob.f(prob.u0, prob.p, 0.0)

0 commit comments

Comments
 (0)