#
# This test file has been generated by kwb.test::create_test_files()
#
test_that("localNormalTimeToUTC() works", {
expect_error(
kwb.datetime:::localNormalTimeToUTC(x = 1, UTCOffset = 1)
# is.character(x) is not TRUE
)
expect_error(
kwb.datetime:::localNormalTimeToUTC(x = "a", UTCOffset = 1)
# character string is not in a standard unambiguous format
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.