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")
  )
})
muschellij2/msmri documentation built on May 17, 2019, 8:18 p.m.