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 f9fef18 commit 3bd3ff5Copy full SHA for 3bd3ff5
tests/testthat/test-qenv-class.R
@@ -22,6 +22,6 @@ testthat::describe("methods::new(qenv)", {
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))
+ testthat::expect_false(identical(qenv()@.xData, qenv()@.xData))
26
27
0 commit comments