From 13b28f3e03382d982912e38456ccd99c3362692d Mon Sep 17 00:00:00 2001 From: Andrew Winters Date: Fri, 5 Apr 2024 13:43:45 +0200 Subject: [PATCH] remove unnecessary test --- test/test_visualization.jl | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/test_visualization.jl b/test/test_visualization.jl index a4be600e..cba854b5 100644 --- a/test/test_visualization.jl +++ b/test/test_visualization.jl @@ -87,8 +87,6 @@ using CairoMakie meshFileFormat = getMeshFileFormat(p_visu) setFileNames!(p_visu, meshFileFormat) - @test_nowarn updatePlot!(p_visu) - # Create the mesh which contains a plotting update for ISM-V2 @test_nowarn generate_mesh(p_visu)