Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy committed May 23, 2024
1 parent a0f5c59 commit 4ddb384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-tabyl.R
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ test_that("tabyl works with label attributes (#394)", {
tab <- tabyl(mt_label, cyl)
expect_named(tab, c("Number of cyl", "n", "percent"))

tab2 <- tabyl(mt_label, cyl, am)
tab2 <- tabyl(mt_label, cyl, am)
expect_named(tab2, c("Number of cyl", "0", "1"))
})

Expand Down

0 comments on commit 4ddb384

Please sign in to comment.