Skip to content

Commit

Permalink
fix: add formatters dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
vedhav committed Apr 26, 2024
1 parent e453a19 commit 48f3329
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-shinytest2-tm_t_abnormality.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ app_driver_tm_t_abnormality <- function() {
data <- teal.data::teal_data()
data <- within(data, {
library(dplyr)
library(formatters)

ADSL <- teal.data::rADSL
ADLB <- teal.data::rADLB %>%
Expand Down

0 comments on commit 48f3329

Please sign in to comment.