Skip to content

Commit 9aef2b1

Browse files
fix test call so a change in *-out.R throws an error
1 parent 173ec44 commit 9aef2b1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/testthat/test-parsing.R

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,8 @@ test_that("repreated parsing solves wrong parent assignment", {
2525
})
2626

2727
test_that("long strings are parsed correctly", {
28-
test_collection("parsing", "long_strings", transformer = style_text)
28+
expect_warning(
29+
test_collection("parsing", "long_strings", transformer = style_text),
30+
NA
31+
)
2932
})

0 commit comments

Comments
 (0)