Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr authored Oct 9, 2023
1 parent 1f30829 commit b13c2d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/testthat/_snaps/mssql.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,11 @@
TRY_CAST("o" AS VARCHAR(MAX)) AS "o"
FROM (
VALUES
(1, 'house', 'e'),
(1, 'tree', 'f'),
(1, 'garden', 'i'),
(1, 'hill', 'g'),
(1, 'house', 'e'),
(1, 'streetlamp', 'h'),
(1, 'garden', 'i')
(1, 'tree', 'f')
) AS drvd("zz", "n", "o")
Expand Down

0 comments on commit b13c2d6

Please sign in to comment.