Skip to content

Commit

Permalink
Fix my typo
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonysena committed Aug 21, 2024
1 parent d5ec2c5 commit 74dbf2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/testthat/test-EvidenceSynthesisModule.R
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ createEsModuleSpecs <- function() {
}

test_that("Run module", {
analysisSpecification <- createEsModuleSpecs()
esAnalysisSpecifications <- createEsModuleSpecs()
resultsExecutionSettings <- Strategus::createResultsExecutionSettings(
resultsDatabaseSchema = "main",
resultsFolder = testResultsFolder,
Expand Down Expand Up @@ -387,8 +387,8 @@ test_that("Don't error when no negative controls present", {
# tempJobContext$moduleExecutionSettings$resultsConnectionDetails <- tempConnectionDetails
# execute(tempJobContext)

analysisSettings <- createEsModuleSpecs()
analysisSpecification$moduleSpecifications[[1]] <- list(analysisSpecification$moduleSpecifications[[1]]$settings$evidenceSynthesisAnalysisList[[1]])
esAnalysisSpecifications <- createEsModuleSpecs()
esAnalysisSpecifications$moduleSpecifications[[1]]$settings$evidenceSynthesisAnalysisList <- list(esAnalysisSpecifications$moduleSpecifications[[1]]$settings$evidenceSynthesisAnalysisList[[1]])
resultsExecutionSettings <- Strategus::createResultsExecutionSettings(
resultsDatabaseSchema = "main",
resultsFolder = testResultsFolder,
Expand Down

0 comments on commit 74dbf2a

Please sign in to comment.