Skip to content

Commit 037a027

Browse files
committed
fixed silly test mistake
1 parent 7d5573c commit 037a027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-ggplot-jitter.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ set.seed(1001)
1919
p <- ggplot(mpg, aes(cyl, hwy)) + geom_jitter()
2020

2121
test_that("geom_jitter is working", {
22-
info <- expect_traces(p1, 1, "basic")
22+
info <- expect_traces(p, 1, "basic")
2323
tr <- info$traces[[1]]
2424
expect_identical(tr$type, "scatter")
2525
# default jitter is 40% of the resolution of the data.

0 commit comments

Comments
 (0)