Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
TorkelE committed May 21, 2024
1 parent cd62b66 commit ba26a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/miscellaneous_tests/reaction_balancing.jl
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ let

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

Expand Down

0 comments on commit ba26a31

Please sign in to comment.