Skip to content

Commit

Permalink
Update test-as_flex_table.R
Browse files Browse the repository at this point in the history
  • Loading branch information
ddsjoberg committed Nov 19, 2024
1 parent c5c203a commit 66f8bcc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/testthat/test-as_flex_table.R
Original file line number Diff line number Diff line change
Expand Up @@ -327,9 +327,7 @@ test_that("as_flex_table passes multiple table footnotes correctly", {

expect_equal(cell_1$txt, c(
"1", "n (%)", "",
"2", "i.e. Grade", "",
"3", "i.e. 1", "",
"4", "Cell-level foonotes here.", ""
"2", "my footnote", ""
))
})

Expand Down

0 comments on commit 66f8bcc

Please sign in to comment.