Skip to content

Commit d91395a

Browse files
committed
revert the state of the test
1 parent 86e5d95 commit d91395a

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
@@ -706,7 +706,7 @@ testthat::test_that("understands @ usage and do not treat rhs of @ as objects (o
706706
)
707707
testthat::expect_identical(
708708
get_code_g(q, names = "a"),
709-
unlist(code)[-1]
709+
unlist(code)
710710
)
711711
})
712712

0 commit comments

Comments
 (0)