Skip to content

Commit

Permalink
Advance Zed pointer and fix tests (#2690)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz authored Mar 3, 2023
1 parent c1d8e03 commit 47e5d44
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
"tree-model": "^1.0.7",
"use-resize-observer": "^8.0.0",
"web-file-polyfill": "^1.0.4",
"zed": "brimdata/zed#6d7b0a7fed7c44317bc6cbb57e046f3d94d06464"
"zed": "brimdata/zed#739e2713faaa1f36f7245c0e4ea7105a73bcc27a"
},
"peerDependencies": {
"react": "^18.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/e2e-tests/tests/pool-loads.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ test.describe("Pool Loads", () => {
await app.mainWin.getByRole("button", {name: "Query Pool"}).click()
await app.query("count()")
const results = await app.getViewerResults()
expect(results).toEqual(["count", "1"])
expect(results).toEqual(["this", "1"])
await app.mainWin.getByText("Load Successful").waitFor({state: "hidden"})
})

Expand All @@ -33,7 +33,7 @@ test.describe("Pool Loads", () => {
await app.mainWin.getByRole("button", {name: "Query Pool"}).click()
await app.query("count()")
const results = await app.getViewerResults()
expect(results).toEqual(["count", "2"])
expect(results).toEqual(["this", "2"])
await app.mainWin.getByText("Load Successful").waitFor({state: "hidden"})
})

Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17040,12 +17040,12 @@ __metadata:
languageName: node
linkType: hard

"zed@brimdata/zed#6d7b0a7fed7c44317bc6cbb57e046f3d94d06464":
"zed@brimdata/zed#739e2713faaa1f36f7245c0e4ea7105a73bcc27a":
version: 0.33.0-dev
resolution: "zed@https://github.com/brimdata/zed.git#commit=6d7b0a7fed7c44317bc6cbb57e046f3d94d06464"
resolution: "zed@https://github.com/brimdata/zed.git#commit=739e2713faaa1f36f7245c0e4ea7105a73bcc27a"
dependencies:
zealot: ^0.2.0
checksum: f25328a7206c71e2f81a8942547729c80c86dc09de3cf8aac44064747e1b7b6161b2018df525b6af12feec83a2e8e243caac4c929715dab166835d92ff70dfb0
checksum: bd8bc8d3569139aec3cbcff0b9c73ca0b0674aea57eb94e586044a74ca56b4217178fee7c40aec71af35abc76fe7925596f7c4f991489063645fa4082b15b1f0
languageName: node
linkType: hard

Expand Down Expand Up @@ -17196,7 +17196,7 @@ __metadata:
web-streams-polyfill: ^3.2.0
whatwg-fetch: ^3.2.0
win-7zip: ^0.1.0
zed: "brimdata/zed#6d7b0a7fed7c44317bc6cbb57e046f3d94d06464"
zed: "brimdata/zed#739e2713faaa1f36f7245c0e4ea7105a73bcc27a"
zui-test-data: "workspace:*"
peerDependencies:
react: ^18.0.0
Expand Down

0 comments on commit 47e5d44

Please sign in to comment.