Skip to content

Commit 6b46dec

Browse files
committed
up
1 parent 1f099ab commit 6b46dec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/visualization/latexify.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ let
149149
# Latexify.@generate_test latexify(rn)
150150
@test_broken latexify(rn) == replace(
151151
raw"\begin{align*}
152-
\mathrm{Y} &\xrightarrow{Y k} \varnothing
152+
\varnothing &\xrightarrow{p} (m + n)\mathrm{X}
153153
\end{align*}
154154
", "\r\n"=>"\n")
155155
end
@@ -178,7 +178,7 @@ end
178178
# Tests for system with parametric stoichiometry.
179179
let
180180
rn = @reaction_network begin
181-
p, 0 --> n*X
181+
p, 0 --> (m + n)*X
182182
end
183183

184184
@test_broken latexify(rn) == replace(

0 commit comments

Comments
 (0)