From 5783636b7fd2e202f1f996d5b98975acbe760f9a Mon Sep 17 00:00:00 2001 From: MarkMc1089 Date: Fri, 17 May 2024 08:55:30 +0100 Subject: [PATCH] Update comment re. GHA using Windows Server --- tests/testthat/test-utils_review.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/testthat/test-utils_review.R b/tests/testthat/test-utils_review.R index 4eb56c7..8382f1b 100644 --- a/tests/testthat/test-utils_review.R +++ b/tests/testthat/test-utils_review.R @@ -21,8 +21,8 @@ test_that("md_to_word generates expected Word doc", { # Due to how officer::read_docx works, we expect there to always be # differences in the package_dir and doc_properties$data. - # Also, when run on github CI, there are small differences in some of the - # colours used in the Word doc styles. + # Also, when run on github CI, there are small differences in the Word doc + # generated, due to the Windows OS being Windows Server. expected_differences <- ifelse(testthat:::on_ci(), 48, 2) # If unexpected number of diffs, print out the comparison for ease of seeing