Skip to content

Commit 37e3e5b

Browse files
authored
Merge pull request #1174 from sivasathyaseeelan/test-RectionSystem
test: added an edge case in ReactionSystem
2 parents 4754287 + 5cc3176 commit 37e3e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/reactionsystem_core/reactionsystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ let
597597
@variables V(t)
598598

599599
# System using a forbidden symbol.
600-
@test_throws Exception rs = ReactionSystem([Reaction(Γ, [X1], [])], t; named = :rs)
600+
@test_throws Exception rs = ReactionSystem([Reaction(Γ, [X1], [])], t; name = :rs)
601601

602602
# Species among parameters.
603603
@test_throws Exception rs = ReactionSystem([Reaction(k1, [X1], [])], t, [X1], [k1, X2])

0 commit comments

Comments
 (0)