Skip to content

Commit

Permalink
Update comment re. GHA using Windows Server
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkMc1089 committed May 17, 2024
1 parent f628b24 commit 5783636
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-utils_review.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5783636

Please sign in to comment.