Skip to content

Commit

Permalink
chore: update object
Browse files Browse the repository at this point in the history
Signed-off-by: Case Wylie <[email protected]>
  • Loading branch information
cmwylie19 committed Jul 16, 2024
1 parent 6983d38 commit 62e2029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hello-pepr-store/capabilities/store.e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ describe("store.ts", () => {
// multiple setItems batch into single store update!
expect(update).toHaveLength(1)
expect(update[0]).toEqual(
expect.objectContaining({ a: "1", b: "2", c: "3", observed: "yay"})
expect.objectContaining({ "v2-a": "1", "v2-b": "2", "v2-c": "3", "v2-observed": "yay" })
)
}, secs(10))
})
Expand Down

0 comments on commit 62e2029

Please sign in to comment.