From 539c26de866c85f428577fdcaa466d073623ff27 Mon Sep 17 00:00:00 2001 From: Jason Smart Date: Sun, 22 Dec 2024 17:26:26 -0800 Subject: [PATCH] Updated the expected test output to the correct number. Signed-off-by: Jason Smart --- test/src/databases/bigquery/malloy_query.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/src/databases/bigquery/malloy_query.spec.ts b/test/src/databases/bigquery/malloy_query.spec.ts index 18a300fcf..8a870411d 100644 --- a/test/src/databases/bigquery/malloy_query.spec.ts +++ b/test/src/databases/bigquery/malloy_query.spec.ts @@ -756,7 +756,7 @@ describe('airport_tests', () => { } -> { aggregate: code_count is hll_estimate(hll_combine(code_hll)) } - `).malloyResultMatches(runtime, {code_count: 6}); + `).malloyResultMatches(runtime, {code_count: 19799}); }); it.skip('crossjoined turtles', async () => {