mirror of
https://github.com/kalmarek/GroupRings.jl.git
synced 2024-11-19 06:30:27 +01:00
fix test
This commit is contained in:
parent
e53c638939
commit
49bb2ba4a0
@ -205,7 +205,7 @@ using GroupRings
|
|||||||
|
|
||||||
@test supp(z) == parent(z).basis
|
@test supp(z) == parent(z).basis
|
||||||
@test supp(RG(1) + RG(perm"(2,3)")) == [G(), perm"(2,3)"]
|
@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
|
||||||
|
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user