Skip to content

Commit 024ecf3

Browse files
committed
fix test
1 parent e156001 commit 024ecf3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/testthat/test-brace_linter.R

+2-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@ test_that("brace_linter lints braces correctly", {
137137
{
138138
print(1)
139139
},
140-
error = function(err) {}
140+
error = function(err) {
141+
}
141142
)
142143
"),
143144
NULL,

0 commit comments

Comments
 (0)