From a94b43b1f04b96740d1c4486200a793783bc0dbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Sat, 6 Jul 2024 00:44:30 +0200 Subject: [PATCH] Update test/runtests.jl --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index 1983044..92e8e14 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -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)