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, "")