You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expect_true(quote(foo))
#> Error in `as.vector()`:#> ! cannot coerce type 'symbol' to vector of type 'any'#> Hide Traceback#> ▆#> 1. └─testthat::expect_true(quote(foo))#> 2. └─base::as.vector(act$val)
The text was updated successfully, but these errors were encountered:
And anything that doesn't coerce to a vector?
The text was updated successfully, but these errors were encountered: