Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Jul 2, 2024
1 parent a9f4940 commit 68b7c2e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/flat.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ using Test, MultivariateMoments

@testset "ZeroDimensionalVariety" begin
V = ZeroDimensionalVariety([[1], [2]])
@show sprint(show, V)
@show sprint(show, MIME"text/plain"(), V)
expected = "ZeroDimensionalVariety with elements:\n[[1], [2]]"
@test sprint(show, V) == expected
@test sprint(show, MIME"text/plain"(), V) == expected
end

0 comments on commit 68b7c2e

Please sign in to comment.