Skip to content

Commit

Permalink
Update tests/testthat/test-utils.R
Browse files Browse the repository at this point in the history
Co-authored-by: André Veríssimo <[email protected]>
Signed-off-by: kartikeya kirar <[email protected]>
  • Loading branch information
kartikeyakirar and averissimo authored Sep 15, 2023
1 parent 4ca61b2 commit 1bf2cee
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 @@ -17,7 +17,7 @@ testthat::test_that("Test to_flextable: unsupported class", {
expect_error(to_flextable(unsupported_data), "Unsupported class")
})

test_that("custom theme to flextable", {
test_that("custom_theme to flextable", {
sample_ft <- flextable::qflextable(head(mtcars))
themed_ft <- custom_theme(sample_ft)
expect_is(themed_ft, "flextable")
Expand Down

0 comments on commit 1bf2cee

Please sign in to comment.