mirror of
https://github.com/kalmarek/Groups.jl.git
synced 2025-01-03 12:15:27 +01:00
fix for tests
This commit is contained in:
parent
8e9b9d5603
commit
5baa5935c3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user