Skip to content

Commit

Permalink
Adds double colon prefix to platform_variant() (#1198)
Browse files Browse the repository at this point in the history
# Pull Request

Fixes #1197

#### Changes description

- Adds the `shinytest2` double colon prefix
  • Loading branch information
averissimo authored Apr 11, 2024
1 parent 05c0775 commit 6744e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/TealAppDriver.R
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ TealAppDriver <- R6::R6Class( # nolint: object_name.
super$initialize(
app_dir = shinyApp(app$ui, app$server),
name = "teal",
variant = platform_variant(),
variant = shinytest2::platform_variant(),
timeout = rlang::maybe_missing(timeout, 20 * 1000),
load_timeout = rlang::maybe_missing(load_timeout, 100 * 1000),
...
Expand Down

0 comments on commit 6744e70

Please sign in to comment.