From 568c5302e23e5740250cdcd5013a9e48c334a8b8 Mon Sep 17 00:00:00 2001 From: James Kerr Date: Tue, 24 Oct 2023 11:55:36 -0700 Subject: [PATCH] Zed parse error example needs updating --- packages/zed-node/src/zq.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/zed-node/src/zq.test.ts b/packages/zed-node/src/zq.test.ts index 4ec8d1c397..453d488c21 100644 --- a/packages/zed-node/src/zq.test.ts +++ b/packages/zed-node/src/zq.test.ts @@ -113,7 +113,7 @@ test('zq with a bad zed ', async () => { test('zq with a bad zed with file', async () => { const path = getPath('prs.json'); const promise = zq({ - query: 'over this | isNull(*) | head 10', + query: 'over this | isNull(*)) | head 10', as: 'zjson', file: path, });