We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 903a43c commit f9fef18Copy full SHA for f9fef18
tests/testthat/test-qenv-class.R
@@ -21,4 +21,7 @@ testthat::describe("methods::new(qenv)", {
21
testthat::it("throws error when code is not language or character object", {
22
expect_error(methods::new("qenv", code = 2), "`code` must be a character or language object\\.")
23
})
24
+ testthat::it("initialized qenv(s) have different environments", {
25
+ testthat::expect_false(identical(qenv()@.xData, qenv()@.xData))
26
+ })
27
0 commit comments