From 787a0fd4ad1f2f4aa4d56e39ecb01c8aff2c845e Mon Sep 17 00:00:00 2001 From: vedhav Date: Mon, 4 Nov 2024 18:52:41 +0530 Subject: [PATCH] chore: fix broken test --- tests/testthat/test-shinytest2-data_summary.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testthat/test-shinytest2-data_summary.R b/tests/testthat/test-shinytest2-data_summary.R index 30f2fcf89d..27cdc2918d 100644 --- a/tests/testthat/test-shinytest2-data_summary.R +++ b/tests/testthat/test-shinytest2-data_summary.R @@ -7,7 +7,7 @@ testthat::test_that("e2e: data summary just list the unfilterable objects at the testthat::expect_match( app$get_text(sprintf("#%s", app$active_data_summary_ns())), - "\\+3 unfilterable dataset\\(s\\)" + "\\And 3 more unfilterable object\\(s\\)" ) app$stop()