Skip to content

Commit 2146df8

Browse files
committed
run styler on file
1 parent b0ad75b commit 2146df8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/testthat/test-rename_ard_columns.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ test_that("rename_ard_columns(unlist) lifecycle", {
5858
test_that("rename_ard_columns(fct_as_chr)", {
5959
adsl_ <- ADSL |>
6060
dplyr::mutate(
61-
RACE = factor(RACE))
61+
RACE = factor(RACE)
62+
)
6263

6364
# check fct_to_chr = TRUE
6465
res <- ard_tabulate(
@@ -84,5 +85,4 @@ test_that("rename_ard_columns(fct_as_chr)", {
8485

8586
# Check that 'race' is an interger vector
8687
expect_type(res$RACE, "integer")
87-
8888
})

0 commit comments

Comments
 (0)