Skip to content

Commit e1365c8

Browse files
committed
chore: add comment to prevent prefix from being removed
1 parent 52341f6 commit e1365c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/testthat/test-describe.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ describe("describe", {
3737
expect_equal(1, someInternalVariable)
3838
})
3939

40+
# prefix is needed to test this use case
4041
testthat::it("should be possible to use variables from outer environments with package prefix", {
4142
expect_equal(1, someExternalVariable)
4243
expect_equal(1, someInternalVariable)

0 commit comments

Comments
 (0)