Skip to content

Commit

Permalink
added test
Browse files Browse the repository at this point in the history
  • Loading branch information
citius2280 committed Dec 16, 2024
1 parent 7656035 commit f58ed45
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions M2/Macaulay2/packages/gfanInterface.m2
Original file line number Diff line number Diff line change
Expand Up @@ -4437,6 +4437,13 @@ doc///
assert equalMPL(B,Bprime)
///
-- TEST gfanConvertToNewRing #3601
TEST ///
R = QQ[x1];
gfanConvertToNewRing(R);
assert (ring x1 === R)
///
-- TEST gfanConvertToNewRing x NCAlgebra (cf. #3600)
TEST ///
R = QQ[a];
Expand Down

0 comments on commit f58ed45

Please sign in to comment.