Skip to content

Commit

Permalink
test additional show methods
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha committed Nov 17, 2020
1 parent 77be046 commit 159caef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/test_examples_1d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ end
@test_nowarn println(solver.mortar)
@test_nowarn display(solver.mortar)

@test_nowarn show(solver.volume_integral); println()
@test_nowarn println(solver.volume_integral)
@test_nowarn display(solver.volume_integral)

@test_nowarn show(semi); println()
@test_nowarn println(semi)
@test_nowarn display(semi)
Expand Down

0 comments on commit 159caef

Please sign in to comment.