Skip to content

Commit

Permalink
Merge pull request #1174 from sivasathyaseeelan/test-RectionSystem
Browse files Browse the repository at this point in the history
test: added an edge case in ReactionSystem
  • Loading branch information
TorkelE authored Jan 14, 2025
2 parents 4754287 + 5cc3176 commit 37e3e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/reactionsystem_core/reactionsystem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ let
@variables V(t)

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

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

0 comments on commit 37e3e5b

Please sign in to comment.