From 24f1b2574569227acd0c03eb15f44cbc4474ea64 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 16:13:31 +0200 Subject: [PATCH] fix: typo --- tests/testthat/test-shinytest2-tm_g_forest_tte.R | 2 +- 1 file changed, 1 insertion(+), 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 a3809fd974..3bb99e5915 100644 --- a/tests/testthat/test-shinytest2-tm_g_forest_tte.R +++ b/tests/testthat/test-shinytest2-tm_g_forest_tte.R @@ -223,7 +223,7 @@ test_that_plot_settings <- function(input_id, new_value) { testthat::test_that( sprintf( "e2e - tm_g_forest_tte: Changing '%s' changes the plot and does not throw validation errors.", - id + input_id ), { skip_if_too_deep(5)