From 90279f6a1bb31aa358c3edfcf399f24a15300dc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Ver=C3=ADssimo?= <211358+averissimo@users.noreply.github.com> Date: Thu, 25 Apr 2024 15:53:36 +0200 Subject: [PATCH] fix: remove unused expression --- tests/testthat/test-shinytest2-tm_g_forest_tte.R | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/testthat/test-shinytest2-tm_g_forest_tte.R b/tests/testthat/test-shinytest2-tm_g_forest_tte.R index 28decfcced..a3809fd974 100644 --- a/tests/testthat/test-shinytest2-tm_g_forest_tte.R +++ b/tests/testthat/test-shinytest2-tm_g_forest_tte.R @@ -228,7 +228,6 @@ test_that_plot_settings <- function(input_id, new_value) { { skip_if_too_deep(5) app_driver <- app_driver_tm_g_forest_tte() - setup_fun(app_driver) plot_before <- app_driver$get_active_module_pws_output("myplot") app_driver$set_active_module_input(input_id, new_value) testthat::expect_false(identical(plot_before, app_driver$get_active_module_pws_output("myplot")))