Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Melkiades committed Oct 27, 2023
1 parent b455300 commit 6ad964a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/testthat/test-utils_split_fun.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ testthat::test_that("analyze_vars works as expected with ref_group_position last
res <- testthat::expect_silent(result)
testthat::expect_identical(names(res), c("ARM C", "ARM A", "ARM B"))

# ref_group_position("last")
result <- basic_table() %>%
split_cols_by(var = "ARMCD", ref_group = "ARM C", split_fun = ref_group_position("last")) %>%
add_colcounts() %>%
Expand Down

0 comments on commit 6ad964a

Please sign in to comment.