Skip to content

Commit a58c187

Browse files
committed
review @m7pr
1 parent e18c252 commit a58c187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-qenv_eval_code.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ testthat::test_that("comments alone are pasted to the next/following call elemen
127127
code <- c("x <- 5", "# comment", "y <- 6")
128128
q <- eval_code(qenv(), code)
129129
testthat::expect_identical(
130-
as.character(q@code)[[2]],
130+
as.character(q@code)[2],
131131
paste(code[2:3], collapse = "\n")
132132
)
133133
testthat::expect_identical(

0 commit comments

Comments
 (0)