Skip to content

Commit

Permalink
the keys are so close
Browse files Browse the repository at this point in the history
  • Loading branch information
exaexa committed Jun 8, 2024
1 parent 2851b6f commit cfc2f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/defaults.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
@test isnothing(A.metabolite_charge(m, ""))
@test isnothing(A.metabolite_compartment(m, ""))
@test isempty(A.couplings(m))
@test A.a_couplings(m) == 0
@test A.n_couplings(m) == 0
@test_throws ErrorException A.coupling(m)
@test all(isempty, A.coupling_bounds(m))
@test_throws ErrorException A.coupling_weights(m, "")
Expand Down

0 comments on commit cfc2f79

Please sign in to comment.