Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Jun 18, 2024
1 parent ec2e72a commit 63190b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function api_test(B::Type{<:MB.AbstractMonomialIndexed}, degree)
@test full_basis[mono] == p
@test polynomial_type(mono, String) == polynomial_type(typeof(p), String)
a = MB.algebra_element(p)
@test MP.variables(a) == p
@test variables(a) == p
@test typeof(polynomial(a)) == polynomial_type(typeof(a))
@test typeof(polynomial(a)) == polynomial_type(typeof(p), Int)
@test a a
Expand Down

0 comments on commit 63190b9

Please sign in to comment.