Skip to content

Commit

Permalink
fix styling
Browse files Browse the repository at this point in the history
Merge branch '258_fix_table_cutoff' of https://github.com/insightsengineering/teal.reporter into 258_fix_table_cutoff

# Conflicts:
#	tests/testthat/test-utils.R
  • Loading branch information
kartikeyakirar committed May 16, 2024
2 parents fb9751a + 0363f1a commit 3ca6ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ testthat::test_that("to_flextable: supported class `data.frame`", {
testthat::test_that("to_flextable: supported class `rtables`", {
tbl <- rtables::basic_table() %>%
rtables::analyze("AGE", afun = mean) %>%
rtables::build_table( DM)
rtables::build_table(DM)
flextable_output <- to_flextable(tbl)
testthat::expect_s3_class(flextable_output, "flextable")
})
Expand Down

0 comments on commit 3ca6ecf

Please sign in to comment.