tests/testthat/test-f_goto_5am.R

context("test f_goto_5am")
test_that("Test f_goto_5am",
          {
            expect_equal(as.character(f_goto_5am('2019-01-01 01:00:00', 8)), '2019-01-01 13:00:00')
            expect_error(f_goto_5am(1))
          }
)
OlivierGranacher/elrtest documentation built on May 22, 2019, 5:01 p.m.