1test_that("Example", {
2  for (i in 1:11) {
3    expect_true(FALSE)
4  }
5})
6