Skip to content

Commit 8ab7812

Browse files
committed
Further adjust test snapshots
On older R there is a trailing space.
1 parent 0ad4549 commit 8ab7812

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/testthat/test-installed.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ test_that("parse_installed comments", {
583583

584584
expect_snapshot(
585585
.Call(pkgcache_parse_descriptions, c(tmp1, tmp2), FALSE),
586-
transform = function(x) fix_temp_path(fix_c_line_number(x))
586+
transform = function(x) trimws(fix_temp_path(fix_c_line_number(x)))
587587
)
588588
})
589589

0 commit comments

Comments
 (0)