Skip to content

Commit

Permalink
fix bracket in test
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Oct 17, 2024
1 parent c4b9593 commit be595fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-validation.R
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ test_that("createDownloadTasks with multiple covSettings", {
)
result <- createDownloadTasks(list(design1, design2))
expect_equal(nrow(result), 1)
expect_equal(length(result[1, ]$covariateSettings)[[1]], 2)
expect_equal(length(result[1, ]$covariateSettings[[1]]), 2)

})

Expand Down

0 comments on commit be595fc

Please sign in to comment.