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, });