From 34ae919e156b9e85380b06a84e45bcf515d5d61f Mon Sep 17 00:00:00 2001 From: Brandon Bertelsen Date: Fri, 16 Aug 2024 14:42:58 -0400 Subject: [PATCH] timzone fix --- tests/testthat/test-nonTabBookSummary.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testthat/test-nonTabBookSummary.R b/tests/testthat/test-nonTabBookSummary.R index 3c8f4895..f44389ed 100644 --- a/tests/testthat/test-nonTabBookSummary.R +++ b/tests/testthat/test-nonTabBookSummary.R @@ -34,7 +34,7 @@ test_that("Creates result object appropriately for a TextVariable", { ), class = c( "POSIXct", "POSIXt" - ))), .Names = NA_character_, class = "data.frame", row.names = c( + ), tzone = "UTC")), .Names = NA_character_, class = "data.frame", row.names = c( "Minimum", "1st Quartile", "Median", "3rd Quartile", "Maximum" )),