Skip to content

Commit c88c535

Browse files
committed
Rename testfile to preserve line endings
1 parent 138d5ae commit c88c535

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

tests/testthat/.gitattributes

-1
This file was deleted.
File renamed without changes.

tests/testthat/test-dbWriteTable.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ test_that("options work", {
1212
stringsAsFactors = FALSE
1313
)
1414

15-
dbWriteTable(con, "dat", "dat-n.txt", sep="|", eol="\n", overwrite = TRUE)
15+
dbWriteTable(con, "dat", "dat-n.bin", sep="|", eol="\n", overwrite = TRUE)
1616
expect_equal(dbReadTable(con, "dat"), expected)
1717
})

0 commit comments

Comments
 (0)