Skip to content

Commit

Permalink
[skip style] [skip vbump] Restyle files
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 16, 2024
1 parent be768f0 commit d493bd8
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 @@ -21,7 +21,7 @@ testthat::test_that("to_flextable: supported class `rtables`", {
})

testthat::test_that("to_flextable: supported class `listing_df`", {
lsting <- rlistings::as_listing(formatters::ex_adae[1:50,])
lsting <- rlistings::as_listing(formatters::ex_adae[1:50, ])
flextable_output <- to_flextable(lsting)
testthat::expect_s3_class(flextable_output, "flextable")
})
Expand Down

0 comments on commit d493bd8

Please sign in to comment.