Skip to content

Commit

Permalink
Added test for printing
Browse files Browse the repository at this point in the history
  • Loading branch information
SirToby25 committed Nov 22, 2024
1 parent 8faf698 commit f96c8d5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/NfOrd/LinearAlgebra.jl
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,11 @@
@test isempty(pmat20)
@test !is_empty(pmat11)
@test !is_empty(pmat23)

@test sprint(show, pmat00) isa String
@test sprint(show, pmat02) isa String
@test sprint(show, pmat20) isa String

end
end

Expand Down

0 comments on commit f96c8d5

Please sign in to comment.