Skip to content

Commit 8601ed1

Browse files
committed
test no longer broken
1 parent 85e708e commit 8601ed1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/reactionsystem_structure/reactionsystem.jl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -368,9 +368,8 @@ let
368368
obs = [Equation(L, 2 * x + y)]
369369
@named rs3 = ReactionSystem(rxs, t; observed = obs)
370370
L2 = L
371-
@test_broken false # `@unpack` does not seem to work on observables.
372-
#@unpack L = rs3
373-
#@test isequal(L, L2)
371+
@unpack L = rs3
372+
@test isequal(L, L2)
374373
end
375374

376375
# Test that non-integer stoichiometry goes through.

0 commit comments

Comments
 (0)