diff --git a/test/AutGroup-tests.jl b/test/AutGroup-tests.jl index c7984d4..98aaae9 100644 --- a/test/AutGroup-tests.jl +++ b/test/AutGroup-tests.jl @@ -87,7 +87,7 @@ @test isa(AutGroupElem(f), Groups.GWord) @test isa(AutGroupElem(f), AutGroupElem) @test isa(AutGroup(FreeGroup(3)), Nemo.Group) - @test isa(AutGroup(FreeGroup(1)), Groups.FPGroup) + @test isa(AutGroup(FreeGroup(1)), Groups.AbstractFPGroup) A = AutGroup(FreeGroup(1)) @test isa(Nemo.gens(A), Vector{AutGroupElem}) @test length(Nemo.gens(A)) == 1