Skip to content

Commit 5cda9e4

Browse files
authored
[run-all-tests]
Signed-off-by: Marcin <[email protected]>
1 parent 7584261 commit 5cda9e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/helper-TealAppDriver.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ init_teal_app_driver <- function(...) {
1313
functionBody(server) <- bquote({
1414
# Hint to shinytest2 that this package should be available (via {globals})
1515
.hint_to_load_package <- add_facet_labels
16-
.one_more_inht_to_load <- sparkline::sparkline
16+
.one_more_inht_to_load_package <- sparkline::sparkline
1717
.(functionBody(server))
1818
})
1919

0 commit comments

Comments
 (0)