Skip to content

Commit 61f1ef6

Browse files
committed
fix snapshots
1 parent 6c60bac commit 61f1ef6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/testthat/_snaps/stat-qq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414

1515
Computation failed in `stat_qq_line()`.
1616
Caused by error in `compute_group()`:
17-
! `line.p` must be a a vector of length 2, not length 1.
17+
! `line.p` must be a vector of length 2, not length 1.
1818

tests/testthat/test-labels.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ test_that("plot.tag.position rejects invalid input", {
124124
)
125125
expect_error(
126126
ggplotGrob(p + theme(plot.tag.position = c(0, 0.5, 1))),
127-
"must have length 2"
127+
"must be a vector of length 2"
128128
)
129129
expect_error(
130130
ggplotGrob(p + theme(plot.tag.position = c(0, 0), plot.tag.location = "margin")),

0 commit comments

Comments
 (0)