tests/testthat/example_tests/failing_load_test.R

context("failing-test")

testthat::test_that("No of rows in people increases by 1", {
  expect_equal(after$count, before$count + 1)
})
vimc/dettl documentation built on Oct. 6, 2022, 2:13 p.m.