Skip to content

Commit

Permalink
Fix rdms test
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonysena committed Aug 21, 2024
1 parent 00c512c commit 42f00ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-EvidenceSynthesisModule.R
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ test_that("Include only allowed SCCS estimates in meta-analysis", {
})

test_that("Output conforms to results model", {
model <- CohortGenerator::readCsv(file.path(testResultsFolder, "resultsDataModelSpecification.csv"))
model <- CohortGenerator::readCsv(file.path(testResultsFolder, "EvidenceSynthesisModule", "resultsDataModelSpecification.csv"))
tables <- unique(model$tableName)
for (table in tables) {
data <- readr::read_csv(file.path(testResultsFolder, sprintf("%s.csv", table)), show_col_types = FALSE)
Expand Down

0 comments on commit 42f00ae

Please sign in to comment.