From d723a47e364ebebb2ca273aa5d967d225a9e43a1 Mon Sep 17 00:00:00 2001 From: "BERTHET Clement (Externe)" Date: Fri, 20 Oct 2023 10:59:45 +0200 Subject: [PATCH] unlink test study --- tests/testthat/test-map_layout.R | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/testthat/test-map_layout.R b/tests/testthat/test-map_layout.R index 69f35cf..cad3649 100644 --- a/tests/testthat/test-map_layout.R +++ b/tests/testthat/test-map_layout.R @@ -16,6 +16,8 @@ test_that("build objet 'mapLayout' no interactive", { testthat::expect_s3_class(obj_mapLayout, 'mapLayout') + unlink(file.path(tempdir(), "zonal_test")) + # opts_zonal <- setSimulationPath(file.path(tempdir(), # "zonal_test")) #