From 3335788dce8d73ee1aef9a9cd2d70f8f5a04b99f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Mon, 17 Jun 2024 15:02:34 +0200 Subject: [PATCH] Fix format --- test/runtests.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index a8230a3..31b1f87 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -9,7 +9,8 @@ function api_test(B::Type{<:MB.AbstractMonomialIndexed}, degree) @polyvar x[1:2] M = typeof(prod(x)) full_basis = FullBasis{B,M}() - @test sprint(show, MB.algebra(full_basis)) == "Polynomial algebra of $B basis" + @test sprint(show, MB.algebra(full_basis)) == + "Polynomial algebra of $B basis" for basis in [ maxdegree_basis(full_basis, x, degree), explicit_basis_covering(