From 63892329dc047c79e1d7c554ff43b2629934fffe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Ver=C3=ADssimo?= <211358+averissimo@users.noreply.github.com> Date: Fri, 22 Nov 2024 12:31:09 +0000 Subject: [PATCH] fix: e2e test that had the old namespace --- tests/testthat/test-shinytest2-decorators.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testthat/test-shinytest2-decorators.R b/tests/testthat/test-shinytest2-decorators.R index 3cd299f646..dafd0d7c19 100644 --- a/tests/testthat/test-shinytest2-decorators.R +++ b/tests/testthat/test-shinytest2-decorators.R @@ -95,7 +95,7 @@ testthat::test_that("e2e: module with decorator, where server fails, shows shin input_id <- Reduce( shiny::NS, - c("decorate", "transform_module", "silent_error", "message") + c("decorate", "transform_1", "silent_error", "message") ) testthat::expect_true(app$is_visible(sprintf("#%s-%s", app$active_module_ns(), input_id)))