diff --git a/tests/testthat/_snaps/as_tibble.md b/tests/testthat/_snaps/as_tibble.md index 4f4f05f66..3e7c9c34e 100644 --- a/tests/testthat/_snaps/as_tibble.md +++ b/tests/testthat/_snaps/as_tibble.md @@ -314,3 +314,12 @@ x Element `a` is of size 3. x Element `b` is of size 3. +--- + + Code + as_tibble_row(list(a = new_environment())) + Condition + Error in `FUN()`: + ! `x` must be a vector, not an environment. + i Read our FAQ about scalar types (`?vctrs::faq_error_scalar_type`) to learn more. +