Skip to content

Commit

Permalink
Update test/runtests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat authored Jul 5, 2024
1 parent ef18e28 commit a94b43b
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 @@ -65,7 +65,7 @@ function api_test(B::Type{<:MB.AbstractMonomialIndexed}, degree)
#@test polynomial(i -> 0.0, basis) isa polynomial_type(basis, Float64)
a = MB.algebra_element(ones(length(basis)), basis)
_test_op(MB.implicit, a)
@test SA.star(a) == a
@test SA.star(a) == a
end
mono = x[1]^2 * x[2]^3
p = MB.Polynomial{B}(mono)
Expand Down

0 comments on commit a94b43b

Please sign in to comment.