From 78808d2430c9fc258eeca09f9923c7ba242b688b Mon Sep 17 00:00:00 2001 From: kalmar Date: Thu, 2 Feb 2017 11:47:23 +0100 Subject: [PATCH] modify tests to accomodate changes --- test/runtests.jl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/runtests.jl b/test/runtests.jl index c5845cc..c82deae 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -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