Skip to content

Commit

Permalink
allow csv receiver data (masters uploaded by ACT network)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhpob committed Dec 20, 2024
1 parent d480cf6 commit d23a528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-list_project_files.R
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ test_that("lists receiver metadata", {
all(rec_meta$file_type == "Deployed Receivers – Deployment Metadata")
)
expect_true(
all(grepl("\\.xls(x)?$", rec_meta$file_name))
all(grepl("\\.(xls(x)?|csv)$", rec_meta$file_name))
)
})

Expand Down

0 comments on commit d23a528

Please sign in to comment.