Skip to content

Commit

Permalink
fix randomness issue for default value.
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikeyakirar committed Apr 22, 2024
1 parent 9e5c0aa commit 1b01eb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-shinytest2-tm_misssing_data.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
app_driver_tm_missing_data <- function() {
data <- within(simple_teal_data(), {
set.seed(123)
require(nestcolor)

add_nas <- function(x) {
Expand Down

0 comments on commit 1b01eb4

Please sign in to comment.