tests/testthat/test-episodes.R

library(dplyr)

test_that("there are no NAs in story number", {

  expect_equal(all(!is.na(drwho_episodes$story_number)), TRUE)

})
KittJonathan/datardis documentation built on Aug. 23, 2024, 5:22 p.m.