Skip to content

Commit da92859

Browse files
Revert a test
1 parent 92c14e9 commit da92859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-aes.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ test_that("assignment methods pull unwrap constants from quosures", {
8989
})
9090

9191
test_that("quosures are squashed when creating default label for a mapping", {
92-
p <- ggplot(mtcars) + aes(!!rlang::quo(identity(!!rlang::quo(cyl))))
92+
p <- ggplot(mtcars) + aes(!!quo(identity(!!quo(cyl))))
9393
expect_identical(p$labels$x, "identity(cyl)")
9494
})
9595

0 commit comments

Comments
 (0)