Skip to content

Commit 4fa2e5f

Browse files
committed
fun with file paths
1 parent e4fc30b commit 4fa2e5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ save_outputs <- function(gg, name) {
116116
dir.create(test_dir, recursive = T)
117117
# copy over diffing template
118118
file.copy(
119-
dir(file.path(table_dir, "template"), full.names = TRUE), test_dir
119+
dir(file.path(table_dir, "template", "template"), full.names = TRUE), test_dir
120120
)
121121
# overwrite the default JSON
122122
writeLines(

0 commit comments

Comments
 (0)