Skip to content

Commit 06bb551

Browse files
committed
superlintr
1 parent c50f686 commit 06bb551

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/testthat/test-qenv_get_code.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,8 @@ testthat::describe("get_code for specific names", {
290290
)
291291
}
292292
)
293-
testthat::it("doesn't consider function called on the lhs as a dependent in this call (dependency in further calls)", {
293+
testthat::it("doesn't consider function called on the lhs as a dependent in this call (dependency in further calls)",
294+
{
294295
code <- c(
295296
"object_list <- list(x = iris, y = iris)",
296297
"object_list_2 <- list(x = mtcars, y = mtcars)",

0 commit comments

Comments
 (0)