#
# This test file has been generated by kwb.test::create_test_files()
#
test_that("utc_offset_Berlin_one_day() works", {
expect_error(
kwb.datetime:::utc_offset_Berlin_one_day(x = 1)
# is.character(x) is not TRUE
)
expect_error(
kwb.datetime:::utc_offset_Berlin_one_day(x = "a")
# all(hasTimeFormat(x, "%Y-%m-%d %H:%M:%S")) is not TRUE
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.