diff --git a/test/runtests.jl b/test/runtests.jl index 5a6d3ff..253b67d 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -205,7 +205,7 @@ using GroupRings @test supp(z) == parent(z).basis @test supp(RG(1) + RG(perm"(2,3)")) == [G(), perm"(2,3)"] - @test supp(a) == ["perm(3)", perm"(2,3)", perm"(1,2,3)"] + @test supp(a) == [perm"(3)", perm"(2,3)", perm"(1,2,3)"] end end