Skip to content

Commit

Permalink
corrected test
Browse files Browse the repository at this point in the history
  • Loading branch information
citius2280 committed Dec 16, 2024
1 parent 45ae44b commit 4814793
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions M2/Macaulay2/packages/gfanInterface.m2
Original file line number Diff line number Diff line change
Expand Up @@ -4438,11 +4438,10 @@ doc///
-- TEST gfanConvertToNewRing x NCAlgebra (cf. #3600)
TEST ///
needsPackage "gfanInterface";
R = QQ[a];
gfanConvertToNewRing(R);
needsPackage "NCAlgebra";
gfanConvertToNewRing(R);
assert gfanConvertToNewRing(R)
///
-- TEST gfanBuchberger
Expand Down

0 comments on commit 4814793

Please sign in to comment.