Skip to content

Commit

Permalink
Use a plain 'ol string here (#7010)
Browse files Browse the repository at this point in the history
Works better with testthat's ability to run an individual test based on `desc`
  • Loading branch information
jennybc committed May 14, 2024
1 parent dec394c commit 79a5474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-group-by.R
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ test_that("ungroup.rowwise_df gives a tbl_df (#936)", {
expect_equal(res, c("tbl_df", "tbl", "data.frame"))
})

test_that(paste0("group_by handles encodings for native strings (#1507)"), {
test_that("group_by handles encodings for native strings (#1507)", {
local_non_utf8_encoding()

special <- get_native_lang_string()
Expand Down

0 comments on commit 79a5474

Please sign in to comment.