We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86fbec5 commit 31a1ef6Copy full SHA for 31a1ef6
tests/testthat/test-ggplot-coord.R
@@ -3,7 +3,7 @@ context("Fixed coordinates")
3
# Expect trace function
4
expect_traces <- function(gg, n_traces, name) {
5
stopifnot(is.ggplot(gg))
6
- stopifnot(is.numeric(n.traces))
+ stopifnot(is.numeric(n_traces))
7
save_outputs(gg, paste0("coord_fixed-", name))
8
L <- gg2list(gg)
9
all_traces <- L$data
0 commit comments