Skip to content

Commit e7dcded

Browse files
committed
replace deprecated arg in write_csv
1 parent ede2410 commit e7dcded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

facebook/delphiFacebook/unit-tests/testthat/test-contingency-utils.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ test_that("testing get_filenames_in_range command", {
5353

5454
create_dir_not_exist(tdir)
5555
for (filename in files) {
56-
write_csv(data.frame(), path = file.path(tdir, filename))
56+
write_csv(data.frame(), file.path(tdir, filename))
5757
}
5858

5959
params <- list(

0 commit comments

Comments
 (0)