Skip to content

Commit

Permalink
review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
arao6 committed Sep 29, 2020
1 parent 54becb8 commit 0b93779
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/Hyperwallet.spec.js
Expand Up @@ -404,12 +404,6 @@ describe("Hyperwallet", () => {
expect(() => client.uploadDocuments(undefined, {}, callback)).to.throw("userToken is required");
});

/** @test {Hyperwallet#uploadDocuments} */
it("should throw error if data is missing", () => {
const callback = () => null;
expect(() => client.uploadDocuments("test-user-token", undefined, callback)).to.throw("Files for upload are required");
});

/** @test {Hyperwallet#uploadDocuments} */
it("should do put call to upload multipart", () => {
const callback = () => null;
Expand Down

0 comments on commit 0b93779

Please sign in to comment.