tests/testthat/test-download.R

test_that("Downloader ", {
  expect_error(
    download_ms_patient(
      id = "patient200",
      cohort = "cross_sectional",
      data = "raw")
  )

  expect_error(
    download_ms_patient(
      id = 200,
      cohort = "cross_sectional",
      data = "raw")
  )
})
neuroconductor-devel/msmri documentation built on May 6, 2021, 5:28 a.m.