Skip to content

Commit

Permalink
Update snapshot test
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Aug 27, 2024
1 parent b4a1ef8 commit 7ac614e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/_snaps/req-perform-stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
as_round_function("bytes")
Condition
Error:
! `round` must be one of "byte" or "line", not "bytes".
! `round` must be one of "byte", "line", or "sse", not "bytes".
i Did you mean "byte"?
Code
as_round_function(function(x) 1)
Expand Down

0 comments on commit 7ac614e

Please sign in to comment.