Skip to content

Commit

Permalink
add printing commands
Browse files Browse the repository at this point in the history
  • Loading branch information
eviecarter33 committed Jan 14, 2025
1 parent c254875 commit 9324d8a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/testthat/test_gen_tibble_versioning.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ test_that("versioning updates correctly through gt_order_loci",{
expect_true(file.exists(files[1]))
expect_true(file.exists(files[2]))

# do the file directories exist?
expect_true(dir.exists(dirname(files[1])))
expect_true(dir.exists(dirname(files[2])))

# print the directory
print(dirname(files[1]))

# remove extension
file <- gsub(".bk","",files[2])

Expand Down

0 comments on commit 9324d8a

Please sign in to comment.