blob: cf41a7887cc96aa7271bf425a69ddc1d90dc4c1c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/dtplyr/tests/testthat/_snaps/step-call.md b/dtplyr/tests/testthat/_snaps/step-call.md
index 48ffefc..fc85d2d 100644
--- a/dtplyr/tests/testthat/_snaps/step-call.md
+++ b/dtplyr/tests/testthat/_snaps/step-call.md
@@ -23,6 +23,6 @@
collect(drop_na(dt, "z"))
Condition
Error in `drop_na()`:
- ! Can't subset columns that don't exist.
+ ! Can't select columns that don't exist.
x Column `z` doesn't exist.
|