Skip to content

Commit 8156eca

Browse files
committed
update old @variable test
1 parent 87464f7 commit 8156eca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/dsl/dsl_options.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -420,8 +420,8 @@ end
420420
let
421421
# Variable used as species in reaction.
422422
@test_throws Exception @eval rn = @reaction_network begin
423-
@variables K
424-
k, K*A --> B
423+
@variables K(t)
424+
k, K + A --> B
425425
end
426426

427427
# Tests error when disallowed name is used for variable.

0 commit comments

Comments
 (0)