From 812a7aa2dfaeac5c55ca6245ae4544471caaba8d Mon Sep 17 00:00:00 2001 From: Arun Sharma Date: Mon, 22 Jun 2026 10:49:33 -0700 Subject: [PATCH] copy tests: update expected strings --- postgres/test/test_files/postgres.test | 2 +- sqlite/test/test_files/sqlite.test | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/postgres/test/test_files/postgres.test b/postgres/test/test_files/postgres.test index 6ef2b1a..9f3c776 100644 --- a/postgres/test/test_files/postgres.test +++ b/postgres/test/test_files/postgres.test @@ -12,7 +12,7 @@ ---- ok -STATEMENT COPY person_copy FROM tinysnb.person; ---- 1 -8 tuples have been copied to the person_copy table. +8 tuples have been copied to the person_copy table.|0|[] -STATEMENT MATCH (p:person_copy) RETURN p.* ---- 8 0|Alice|1|True|False|35|5.000000|1900-01-01|2011-08-20 11:25:30|3 years 2 days 13:02:00|[10,5]|[Aida]|1.731000|a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11 diff --git a/sqlite/test/test_files/sqlite.test b/sqlite/test/test_files/sqlite.test index 112f536..e0d3060 100644 --- a/sqlite/test/test_files/sqlite.test +++ b/sqlite/test/test_files/sqlite.test @@ -12,7 +12,7 @@ Attached database successfully. ---- ok -STATEMENT COPY person_copy FROM tinysnb.person; ---- 1 -8 tuples have been copied to the person_copy table. +8 tuples have been copied to the person_copy table.|0|[] -STATEMENT MATCH (p:person_copy) RETURN p.* ---- 8 0|Alice|1|1|0|35|5.000000|1900-01-01|2011-08-20 11:25:30|3 years 2 days 13:02:00|[10, 5]|[Aida]|[[10, 8], [6, 7, 8]]|1.731000|a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11|[96, 54, 86, 92]