modify tests to accomodate changes

This commit is contained in:
kalmar 2017-02-02 11:47:23 +01:00
parent 91189124b3
commit 78808d2430
1 changed files with 0 additions and 4 deletions

View File

@ -168,11 +168,7 @@ end
S₁ = [GWord(s) for s in unique(S)]
@test isa(S₁, Vector{AutWord})
p = prod(S₁)
@test length(p) == 75
@test Groups.simplify_perms!(p) == false
@test length(p) == 53
@test Groups.join_free_symbols!(p) == true
end
end