1
0
mirror of https://github.com/kalmarek/Groups.jl.git synced 2024-07-12 01:35:30 +02:00

fix for tests

This commit is contained in:
kalmar 2017-07-06 09:13:36 +02:00
parent 8e9b9d5603
commit 5baa5935c3

View File

@ -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