Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make snapshot more obvious outside of tests #1992

Open
hadley opened this issue Oct 4, 2024 · 0 comments
Open

Make snapshot more obvious outside of tests #1992

hadley opened this issue Oct 4, 2024 · 0 comments

Comments

@hadley
Copy link
Member

hadley commented Oct 4, 2024

Can't compare snapshot to reference when testing interactively.
ℹ Run devtools::test() or `testthat::test_file()` to see changes.
Current value:
Code
  tool_arg(1, letters[1:3], NA)
Condition
  Error:
  ! <elmer::tool_arg> object properties are invalid:
  - @type must be <character>, not <double>
  - @description must be a single string, not a character vector
  - @required must be a TRUE or FALSE, not NA

->

Can't compare snapshot to reference when testing interactively.
ℹ Run devtools::test() or `testthat::test_file()` to see changes.
-- Snapshot result --------------------------------------------------------
Code
  tool_arg(1, letters[1:3], NA)
Condition
  Error:
  ! <elmer::tool_arg> object properties are invalid:
  - @type must be <character>, not <double>
  - @description must be a single string, not a character vector
  - @required must be a TRUE or FALSE, not NA
 -------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant