tests/testthat/test-check_gcae_train_files_are_present.R

test_that("abuse", {
  expect_error(
    check_gcae_train_files_are_present(
      gcae_setup = "nonsense",
      gcae_options = create_gcae_options()
    ),
    "'gcae_setup' must be a list"
  )
})
richelbilderbeek/gcaer documentation built on March 25, 2024, 3:08 p.m.