tests/testserver/test_ts_markers_details.R

context("ts markers_details")

con <- ba_db()$testserver

test_that("Calls are present", {

  res <- ba_markers_details(con = con, markerDbId = "mr1")
  expect_that(nrow(res) == 2, is_true())

})
CIP-RIU/brapi documentation built on Oct. 17, 2019, 2 p.m.