Skip to content

Commit

Permalink
fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
DieMyst committed May 28, 2024
1 parent b728af5 commit b6cc9a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/src/__test__/examples.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ describe("Testing examples", () => {
it("streamMap.aqua call with for over map", async () => {
let [keys, values] = await testForFuncCall();
expect(keys).toEqual(["key one", "key two", "key three", "key four"]);
expect(values).toEqual([["1", "2"], ["3", "4", "5"], ["6"], ["7"]);
expect(values).toEqual([["1", "2"], ["3", "4", "5"], ["6"], ["7"]]);
});

it("stream.aqua", async () => {
Expand Down

0 comments on commit b6cc9a5

Please sign in to comment.