Skip to content

Commit

Permalink
FIX: WreathProductElementList tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FriedrichRober authored Sep 20, 2024
1 parent 35a7d21 commit 1db5abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tst/testinstall/opers/ListWreathProductElement.tst
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ gap> W := WreathProduct(K, H);;
gap> l := [x*y, x, y, (1,2,3)];;
gap> MakeImmutable(l);;
gap> w := WreathProductElementList(W, l);;
gap> l = [x*y, x, y, (1,2,3)]; # was previously l = w
gap> l = [x*y, x, y, (1,2,3)];
true

#
Expand Down

0 comments on commit 1db5abe

Please sign in to comment.