Skip to content

Commit

Permalink
chore: fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
vedhav committed Nov 4, 2024
1 parent 6744d5f commit 787a0fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-shinytest2-data_summary.R
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 787a0fd

Please sign in to comment.