Skip to content

Commit 8e50958

Browse files
m7praverissimo
andauthored
Update tests/testthat/test-qenv_get_code.R
Co-authored-by: André Veríssimo <[email protected]> Signed-off-by: Marcin <[email protected]>
1 parent b5d412d commit 8e50958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-qenv_get_code.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ testthat::test_that("objects in for loop are extracted if passed as separate cal
626626
for (x in c(1, 2)) {
627627
b <- a
628628
b <- b + a + 1
629-
b + 3 -> b
629+
b + 3 -> b # nolint: assignment.
630630
}
631631
})
632632

0 commit comments

Comments
 (0)