Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel- committed Dec 3, 2021
1 parent 85178d3 commit 1be1eca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/testthat/_snaps/arrow.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
(expect_error(arrow$foobar))
Output
<error/rlang_error>
Must subset with a known arrow field.
Error in `$`: Must subset with a known arrow field.
x Unknown field: `foobar`.

2 changes: 1 addition & 1 deletion tests/testthat/_snaps/node.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
(expect_error(root$foobar))
Output
<error/rlang_error>
Must subset with a known node field.
Error in `$`: Must subset with a known node field.
x Unknown field: `foobar`.

0 comments on commit 1be1eca

Please sign in to comment.