tests/testthat/test_token.R

test_obtain_and_activate_token <- function() {
    token <- rb_get_token()

    # Assert that the token is obtained and activated
    testthat::expect_type(token, "character")
}

test_obtain_and_activate_token()
seandavi/RefineBio documentation built on June 1, 2025, 4:10 p.m.