diff --git a/test/runtests.jl b/test/runtests.jl index d1f5768..b40cf0b 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -37,7 +37,7 @@ using Nemo @testset "GroupRing constructors FreeGroup" begin using Groups F = FreeGroup(3) - S = generators(F) + S = gens(F) append!(S, [inv(s) for s in S]) S = unique(S)