Skip to content

Commit 177d1fa

Browse files
committed
include snapshots
1 parent 7edf118 commit 177d1fa

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

tests/testthat/_snaps/layer.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@
1313
---
1414

1515
`mapping` must be created by `aes()`.
16+
x You've supplied an integer vector.
1617

1718
---
1819

1920
`mapping` must be created by `aes()`.
21+
x You've supplied a <ggplot2::ggplot> object.
2022
i Did you use `%>%` or `|>` instead of `+`?
2123

2224
---

tests/testthat/_snaps/plot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ggplot() throws informative errors
22

3-
`mapping` must be created with `aes()`.
3+
`mapping` must be created by `aes()`.
44
x You've supplied a character vector.
55

66
---

0 commit comments

Comments
 (0)