Skip to content

Commit 04755fe

Browse files
committed
Increase test coverage
1 parent 71fb6af commit 04755fe

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

test/plotting/test_plotting.jl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,12 @@ end
8484
else
8585
@test fig !== nothing
8686
end
87+
88+
if backend == "Makie"
89+
@test hasmethod(VortexStepMethod.show_plot, Tuple{Figure})
90+
@test_throws MethodError VortexStepMethod.show_plot(nothing)
91+
end
92+
8793
@test isfile(joinpath(save_dir,
8894
"Rectangular_wing_geometry_angled_view.png"))
8995
safe_rm(joinpath(save_dir,

0 commit comments

Comments
 (0)