Skip to content

Commit 6389232

Browse files
committed
fix: e2e test that had the old namespace
1 parent f67584f commit 6389232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-shinytest2-decorators.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ testthat::test_that("e2e: module with decorator, where server fails, shows shin
9595

9696
input_id <- Reduce(
9797
shiny::NS,
98-
c("decorate", "transform_module", "silent_error", "message")
98+
c("decorate", "transform_1", "silent_error", "message")
9999
)
100100

101101
testthat::expect_true(app$is_visible(sprintf("#%s-%s", app$active_module_ns(), input_id)))

0 commit comments

Comments
 (0)