Skip to content

Commit

Permalink
Expect VNG export to be smaller (zed/4821)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz committed Oct 24, 2023
1 parent 616a734 commit d3596a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/zui-player/tests/export.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const formats = [
{ label: 'CSV', expectedSize: 10851 },
{ label: 'JSON', expectedSize: 13659 },
{ label: 'NDJSON', expectedSize: 13657 },
{ label: 'VNG', expectedSize: 7755 },
{ label: 'VNG', expectedSize: 7753 },
{ label: 'Zeek', expectedSize: 10138 },
{ label: 'ZJSON', expectedSize: 18007 },
{ label: 'ZNG', expectedSize: 3745 },
Expand Down

0 comments on commit d3596a5

Please sign in to comment.