Skip to content

Commit

Permalink
Update r/tests/testthat/test-dataset-csv.R
Browse files Browse the repository at this point in the history
Co-authored-by: Dewey Dunnington <[email protected]>
  • Loading branch information
thisisnic and paleolimbot authored Oct 7, 2023
1 parent 1a48acd commit 65c9614
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions r/tests/testthat/test-dataset-csv.R
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,7 @@ test_that("GH-34640 - CSV datasets are read in correctly when both schema and pa

test_that("open_dataset() with `decimal_point` argument", {
temp_dir <- make_temp_dir()
on.exit(unlink(temp_dir, recursive = TRUE))
writeLines("x\ty\n1,2\tc", con = file.path(temp_dir, "file1.csv"))

expect_equal(
Expand Down

0 comments on commit 65c9614

Please sign in to comment.