From 0b93779d7de73b48ed3b76027c11bc873d959379 Mon Sep 17 00:00:00 2001 From: amylavarapu Date: Tue, 29 Sep 2020 12:30:44 -0700 Subject: [PATCH] review comments --- test/Hyperwallet.spec.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/Hyperwallet.spec.js b/test/Hyperwallet.spec.js index f086e77..a13f866 100644 --- a/test/Hyperwallet.spec.js +++ b/test/Hyperwallet.spec.js @@ -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;