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-sqlite","covr":true,"desc":"SQLite with covr"}}) (#2029)

Co-authored-by: krlmlr <[email protected]>
  • Loading branch information
github-actions[bot] and krlmlr authored Oct 9, 2023
1 parent a9d6cea commit 1e735a4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/testthat/_snaps/sqlite.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,11 @@
WHERE (0 = 1)
UNION ALL
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 `values_table`
$load$tf_2
Expand All @@ -147,12 +147,12 @@
WHERE (0 = 1)
UNION ALL
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 `values_table`
$load$tf_4
Expand Down

0 comments on commit 1e735a4

Please sign in to comment.