Skip to content

Commit

Permalink
styler
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Sep 8, 2023
1 parent c203e33 commit 7eb6383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-labels_to_levels.R
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ test_that("labels_to_levels, factor, with random value numbers (no sequential or
out,
structure(
c(3L, 3L, 1L, 2L, 1L, 4L),
levels = c("yes", "maybe", "don't know", "no"),
levels = c("yes", "maybe", "don't know", "no"),
class = "factor"
)
)
Expand Down

0 comments on commit 7eb6383

Please sign in to comment.