Skip to content

Commit

Permalink
chore: remove unused assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
zixiang2018 committed Jan 10, 2024
1 parent 0aa3050 commit 40ebba7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/integration/storage.integration.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ describe("uploadDocument", () => {
isValid.mockClear();
});
it("should work without queue number", async () => {
// expect(verify()).toBe(true);
isValid.mockReturnValueOnce(true);
const document = { foo: "bar" };
const uploaded = await uploadDocument(document);
Expand Down

0 comments on commit 40ebba7

Please sign in to comment.