mirror of
https://github.com/kalmarek/Groups.jl.git
synced 2024-11-19 06:30:29 +01:00
skip G.rels tests
This commit is contained in:
parent
84830f0d3a
commit
bd1208e2f8
@ -60,8 +60,8 @@ using Base.Test
|
||||
@test isa(G(), FPGroupElem)
|
||||
@test eltype(G.gens) == FPSymbol
|
||||
@test length(G.gens) == 2
|
||||
@test eltype(G.rels) == FPGroupElem
|
||||
@test length(G.rels) == 0
|
||||
@test_skip eltype(G.rels) == FPGroupElem
|
||||
@test_skip length(G.rels) == 0
|
||||
@test eltype(generators(G)) == FPGroupElem
|
||||
@test length(generators(G)) == 2
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user