Skip to content

Commit

Permalink
test: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tokebe committed Oct 31, 2022
1 parent 09ecaef commit 219a2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __test__/integration/integration.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe("Integration test", () => {
test("check response", async () => {
const query = new q([edge]);
const res = await query.query();
expect(res).toHaveLength(28);
expect([...res.reduce((set, record) => set.add(record.recordHash), new Set())]).toHaveLength(27);
})
})

Expand Down

0 comments on commit 219a2d4

Please sign in to comment.