Skip to content

Commit

Permalink
Updated the expected test output to the correct number.
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Smart <jlsmart@meta.com>
  • Loading branch information
anagrd-ai committed Dec 23, 2024
1 parent 2b6bc7c commit 539c26d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/databases/bigquery/malloy_query.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit 539c26d

Please sign in to comment.