tests/testthat/test-data.R

context("data")

test_that("data",{
  expect_identical(check_data(poistimesheets::timesheet), poistimesheets::timesheet)
  expect_identical(poistimesheets::timesheet$Date[1], as.Date("2018-12-23"))
  expect_identical(poistimesheets::timesheet$Hours[1], 0)
})
poissonconsulting/poistimesheets documentation built on Jan. 24, 2020, 4:54 a.m.