Skip to content

Commit

Permalink
test: Fix snapshot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Oct 27, 2023
1 parent bc9451d commit 46ca17a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tests/testthat/_snaps/backend-dbplyr__duckdb_connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -415,21 +415,21 @@
Code
translate(grepl("dummy", txt, perl = TRUE))
Condition
Error:
! Parameters `perl`, `fixed` and `useBytes` in grepl are not currently supported in DuckDB backend
[1m[33mError[39m:[22m
[33m![39m Parameters `perl`, `fixed` and `useBytes` in grepl are not currently supported in DuckDB backend
Code
translate(quarter(x, type = "other"))
Condition
Error:
! Unsupported type other
[1m[33mError[39m:[22m
[33m![39m Unsupported type other
Code
translate(quarter(x, fiscal_start = 2))
Condition
Error:
! `fiscal_start` is not yet supported in DuckDB translation. Must be 1.
[1m[33mError[39m:[22m
[33m![39m `fiscal_start` is not yet supported in DuckDB translation. Must be 1.
Code
translate(str_pad(x, width = 10, side = "other"))
Condition
Error:
! Argument 'side' should be "left", "right" or "both"
[1m[33mError[39m:[22m
[33m![39m Argument 'side' should be "left", "right" or "both"

0 comments on commit 46ca17a

Please sign in to comment.