Skip to content

Commit

Permalink
chore: #1960 fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Zelos Zhu committed Aug 30, 2023
1 parent fe6ae37 commit ab3b8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-user_utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ test_that("convert_na_to_blanks Test 6: attributes are preserved when converting

# convert_na_to_blanks.data.frame ----
## Test 7: `NA` are turned into blank strings inside data frames ----
test_that("convert_na_to_blanks.data.frame Test 7: `NA` are turned into blank strings inside data frames", {
test_that("convert_na_to_blanks.data.frame Test 7: `NA` are turned into blank strings inside data frames", { # nolint
input <- tibble::tibble(
a = structure(c("a", "b", NA, "c"), label = "A"),
b = structure(c(1, NA, 21, 9), label = "B"),
Expand Down

0 comments on commit ab3b8cf

Please sign in to comment.