tests/testthat/test-outlook.R

test_that("get individual player outlook", {
  o <- player_outlook(
    leagueId = NULL,
    limit = 1
  )
  expect_s3_class(o, "data.frame")
  if (is.na(o$outlook)) {
    expect_length(o, 5)
  } else {
    expect_length(o, 6)
  }
})
kiernann/fflr documentation built on Aug. 27, 2024, 7:59 a.m.