Skip to content

Commit

Permalink
Expect smaller VNG file size
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz committed Jan 15, 2024
1 parent f874b28 commit ac83268
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 @@ -12,7 +12,7 @@ const formats = [
{ label: 'JSON', expectedSize: 13659 },
{ label: 'NDJSON', expectedSize: 13657 },
{ label: 'TSV', expectedSize: 10797 },
{ label: 'VNG', expectedSize: 8052 },
{ label: 'VNG', expectedSize: 7873 },
{ label: 'Zeek', expectedSize: 10138 },
{ label: 'ZJSON', expectedSize: 18007 },
{ label: 'ZNG', expectedSize: 3745 },
Expand Down

0 comments on commit ac83268

Please sign in to comment.