From 435d3d88ad391de5c4caeceaf549b5db6ce7d9e0 Mon Sep 17 00:00:00 2001 From: kalmarek Date: Tue, 3 Apr 2018 15:36:32 +0200 Subject: [PATCH] fix simplifyperms! test --- test/AutGroup-tests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/AutGroup-tests.jl b/test/AutGroup-tests.jl index d6f3dc8..c4e688a 100644 --- a/test/AutGroup-tests.jl +++ b/test/AutGroup-tests.jl @@ -140,7 +140,7 @@ f = Groups.perm_autsymbol([2,3,4,1]) f² = Groups.r_multiply(A(f), [f], reduced=false) - @test Groups.simplify_perms!(f²) == false + @test Groups.simplifyperms!(f²) == false @test f²^2 == A() a = A(Groups.rmul_autsymbol(1,2))*Groups.flip_autsymbol(2)