Skip to content

Commit 92e47bc

Browse files
committed
Update expected SHA1 in as_word() test
1 parent fbc48cd commit 92e47bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-as_word.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ test_that("word ooxml can be generated from gt object", {
209209

210210
gt_exibble_min_sha1 <- rlang::hash(gt_exibble_min)
211211

212-
expect_equal(gt_exibble_min_sha1, "302bc4daceb5b50a7a41c5e80e5d7187")
212+
expect_equal(gt_exibble_min_sha1, "be8267d755328ebf90527242ff60c54c")
213213

214214
## basic table with linebreak in title
215215
gt_tbl_linebreaks_md <-

0 commit comments

Comments
 (0)