This commit is contained in:
kalmarek 2018-08-15 19:29:24 +02:00
parent e53c638939
commit 49bb2ba4a0
1 changed files with 1 additions and 1 deletions

View File

@ -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