Skip to content

Commit

Permalink
Update tests/testthat/test-result_data_frame.R
Browse files Browse the repository at this point in the history
Co-authored-by: Emily de la Rua <[email protected]>
Signed-off-by: Davide Garolini <[email protected]>
  • Loading branch information
Melkiades and edelarua authored Dec 5, 2024
1 parent d1317bf commit 4ce30a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-result_data_frame.R
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ test_that("as_result_df works fine with empty tables and no character(0) is allo
)
})

test_that("as_result_df works with only analyze tables (odd num of path elements)", {
test_that("as_result_df works with analyze-only tables (odd num of path elements)", {
tbl <- basic_table() %>%
analyze("cyl", table_names = "a") %>%
analyze("mpg") %>%
Expand Down

0 comments on commit 4ce30a9

Please sign in to comment.