mirror of
https://github.com/agdamsbo/stRoke.git
synced 2024-11-22 21:10:23 +01:00
6 lines
235 B
R
6 lines
235 B
R
|
# Unit Test
|
||
|
|
||
|
# Test that the function throws an error when uri and token are not provided
|
||
|
test_that("read_redcap_tables throws an error when uri and token are not provided", {
|
||
|
testthat::expect_error(read_redcap_tables(uri, token))
|
||
|
})
|