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)