Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Jun 17, 2024
1 parent c6c6b7e commit 3335788
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 3335788

Please sign in to comment.