Skip to content

Commit

Permalink
Adjust expected VNG size in export test (#3073)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz authored May 24, 2024
1 parent e5db183 commit 6dce604
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/zui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
"utopia-core-scss": "^1.0.1",
"web-file-polyfill": "^1.0.4",
"web-streams-polyfill": "^3.2.0",
"zed": "brimdata/zed#183e432f39938c48ae3226ba2e45479131288959",
"zed": "brimdata/zed#ce9626eb3c418f429de6e589af100ef5b2aa56e0",
"zui-test-data": "workspace:*"
},
"peerDependencies": {
Expand Down
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: 7983 },
{ label: 'VNG', expectedSize: 7972 },
{ label: 'Zeek', expectedSize: 10138 },
{ label: 'ZJSON', expectedSize: 18007 },
{ label: 'ZNG', expectedSize: 3745 },
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19153,10 +19153,10 @@ __metadata:
languageName: node
linkType: hard

"zed@brimdata/zed#183e432f39938c48ae3226ba2e45479131288959":
"zed@brimdata/zed#ce9626eb3c418f429de6e589af100ef5b2aa56e0":
version: 0.33.0-dev
resolution: "zed@https://github.com/brimdata/zed.git#commit=183e432f39938c48ae3226ba2e45479131288959"
checksum: 590b1aaafe28fe1c1bde281aa7567c9e1f07d706bb80d3acb8081c1e70fababe3b8bfe699ad5c01bec2612ba66e8058ac9a87c6d69eca49de9cfd8606fb89828
resolution: "zed@https://github.com/brimdata/zed.git#commit=ce9626eb3c418f429de6e589af100ef5b2aa56e0"
checksum: 8bdd7dd2cff70a1d5a5275b5f6931d6f0cd9afaf9b14c3d657001146f07ad0575eb75081607eff36eb1e66230eab51781a7e52a3bef835a68c12733e9a052ee2
languageName: node
linkType: hard

Expand Down Expand Up @@ -19353,7 +19353,7 @@ __metadata:
utopia-core-scss: ^1.0.1
web-file-polyfill: ^1.0.4
web-streams-polyfill: ^3.2.0
zed: "brimdata/zed#183e432f39938c48ae3226ba2e45479131288959"
zed: "brimdata/zed#ce9626eb3c418f429de6e589af100ef5b2aa56e0"
zui-test-data: "workspace:*"
peerDependencies:
react: ^18.0.0
Expand Down

0 comments on commit 6dce604

Please sign in to comment.