Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLampert committed Oct 2, 2023
1 parent 22e1b06 commit 79014e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_visualization.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ using Plots
@test_nowarn plot(semi, sol, 0.0, conversion = prim2cons)
@test_nowarn plot(analysis_callback)
@test_nowarn plot(analysis_callback, what = (:errors,))
@test_nowarn plot(analysis_callback, what = (:integrals, :errors,))
@test_nowarn plot(analysis_callback, what = (:integrals, :errors))
end
end

Expand Down

0 comments on commit 79014e6

Please sign in to comment.