Skip to content

Commit 502f264

Browse files
committed
up
1 parent 0aa46a0 commit 502f264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/extensions/homotopy_continuation.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,6 @@ let
145145
rs = @reaction_network begin
146146
(k,t), 0 <--> X
147147
end
148-
ps = [k => 1.0]
148+
ps = [:k => 1.0]
149149
@test_throws Exception hc_steady_states(rs, ps)
150150
end

0 commit comments

Comments
 (0)