Skip to content

Commit

Permalink
Snapshot updates for rcc-full ({"config":{"os":"ubuntu-22.04","r":"re…
Browse files Browse the repository at this point in the history
…lease","test-src":"test-postgres","covr":true,"desc":"Postgres with covr"}}) (#2025)

Co-authored-by: krlmlr <[email protected]>
  • Loading branch information
github-actions[bot] and krlmlr authored Oct 9, 2023
1 parent bb9c009 commit c2d9ccd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/testthat/_snaps/postgres.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@
CAST("e1" AS INTEGER) AS "e1"
FROM (
VALUES
('cat', 7, 'F', 6),
('dog', 6, 'E', 5),
('elephant', 2, 'D', 4),
('lion', 3, 'E', 5),
('seal', 4, 'F', 6),
('worm', 5, 'G', 7),
('dog', 6, 'E', 5),
('cat', 7, 'F', 6)
('worm', 5, 'G', 7)
) AS drvd("c", "d", "e", "e1")
$load$tf_3
Expand Down Expand Up @@ -154,11 +154,11 @@
CAST("o" AS TEXT) 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 c2d9ccd

Please sign in to comment.