Skip to content

Commit

Permalink
Zed parse error example needs updating
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskerr committed Oct 24, 2023
1 parent e0791ed commit 568c530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/zed-node/src/zq.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
});
Expand Down

0 comments on commit 568c530

Please sign in to comment.