Skip to content

Commit

Permalink
Appease the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
stefpiatek committed Sep 12, 2024
1 parent 480fa4c commit 59224dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-raw-data.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ assert_bundle_has_name <- function(bundle) {
}

test_that("All raw bundles have at least one name", {
raw_dir <-get_raw_dir()
raw_dir <- get_raw_dir()

concept_files <- Sys.glob(file.path(raw_dir, "*", "bundles", "*.csv"))
bundle_ids <- purrr::map(concept_files, extract_bundle_details)
Expand Down

0 comments on commit 59224dc

Please sign in to comment.