Skip to content

Commit ba26a31

Browse files
committed
up
1 parent cd62b66 commit ba26a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/miscellaneous_tests/reaction_balancing.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ let
375375

376376
rx = Reaction(1.0,[CO,CO2,H2],[CH4,H2O])
377377
brxs = balance_reaction(rx)
378-
@test_logs (:warn, r"Infinite balanced reactions*") match_mode=:any balance_reaction(rx)
378+
@test_logs (:warn, r"The space of possible balanced *") match_mode=:any balance_reaction(rx)
379379
@test length(brxs) == 2
380380
end
381381

0 commit comments

Comments
 (0)