From 5baa5935c30dfc2cdb630376de8582600a197049 Mon Sep 17 00:00:00 2001 From: kalmar Date: Thu, 6 Jul 2017 09:13:36 +0200 Subject: [PATCH] fix for tests --- test/AutGroup-tests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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