tests/testthat/test-plot_league_dashboard.R

# Unit tests for the plot_league_dashboard function

# Test 1: Invalid league ID throws error
test_that("invalid league ID throws error", {
  expect_error(plot_league_dashboard(-777),
               "Dashboard generation halted due to invalid league ID.") # nolint
})
njbultman/sleepr documentation built on Nov. 20, 2024, 1:35 a.m.