Skip to content

Commit

Permalink
test: Fix snapshot tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Oct 30, 2023
1 parent 420520d commit 163d4d5
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
[1m[33mError[39m:[22m
[33m![39m Parameters `perl`, `fixed` and `useBytes` in grepl are not currently supported in DuckDB backend
Error:
! Parameters `perl`, `fixed` and `useBytes` in grepl are not currently supported in DuckDB backend
Code
translate(quarter(x, type = "other"))
Condition
[1m[33mError[39m:[22m
[33m![39m Unsupported type other
Error:
! Unsupported type other
Code
translate(quarter(x, fiscal_start = 2))
Condition
[1m[33mError[39m:[22m
[33m![39m `fiscal_start` is not yet supported in DuckDB translation. Must be 1.
Error:
! `fiscal_start` is not yet supported in DuckDB translation. Must be 1.
Code
translate(str_pad(x, width = 10, side = "other"))
Condition
[1m[33mError[39m:[22m
[33m![39m Argument 'side' should be "left", "right" or "both"
Error:
! Argument 'side' should be "left", "right" or "both"

0 comments on commit 163d4d5

Please sign in to comment.