From cfc2f79c4bb563972b0befaa761fa13541181360 Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Sat, 8 Jun 2024 17:43:49 +0200 Subject: [PATCH] the keys are so close --- test/defaults.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/defaults.jl b/test/defaults.jl index 6b77229..f4490ce 100644 --- a/test/defaults.jl +++ b/test/defaults.jl @@ -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, "")