Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Anna Krystalli <[email protected]>
  • Loading branch information
zkamvar and annakrystalli authored Aug 13, 2024
1 parent 5b89bb6 commit 7c410fe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/testthat/test-check_tbl_colnames.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ test_that("check_tbl_colnames validates correct files", {
})

test_that("check_tbl_colnames fails on files", {
skip_if_not_installed("testthis")
hub_path <- system.file("testhubs/simple", package = "hubValidations")
file_path <- "test/file.csv"
round_id <- "2022-10-15"
Expand Down
1 change: 0 additions & 1 deletion tests/testthat/test-check_tbl_unique_round_id.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ test_that("check_tbl_unique_round_id works", {


test_that("check_tbl_unique_round_id fails correctly", {
skip_if_not_installed("testthis")
hub_path <- system.file("testhubs/simple", package = "hubValidations")
file_path <- "team1-goodmodel/2022-10-08-team1-goodmodel.csv"
multiple_rids <- suppressMessages(
Expand Down

0 comments on commit 7c410fe

Please sign in to comment.