We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71fb6af commit 04755feCopy full SHA for 04755fe
1 file changed
test/plotting/test_plotting.jl
@@ -84,6 +84,12 @@ end
84
else
85
@test fig !== nothing
86
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
93
@test isfile(joinpath(save_dir,
94
"Rectangular_wing_geometry_angled_view.png"))
95
safe_rm(joinpath(save_dir,
0 commit comments