context("Intentional pass")
test_that("testthat is working", {
expect_that(TRUE, equals(TRUE))
expect_that(1, equals(1))
})