From 49bb2ba4a08fea5633c061ad0344172cca41756b Mon Sep 17 00:00:00 2001 From: kalmarek Date: Wed, 15 Aug 2018 19:29:24 +0200 Subject: [PATCH] fix test --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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