diff --git a/test/unit/encryption.js b/test/unit/encryption.js index 80dc5b4..9242348 100644 --- a/test/unit/encryption.js +++ b/test/unit/encryption.js @@ -18,9 +18,6 @@ describe("#Encryption", () => { afterEach(() => sandbox.restore()) describe("#getPubKey", () => { - // Failure address: - // bitcoincash:qpxqr2pmcverj4vukgjqssvk2zju8tp9xsgz2nqagx - it("should throw error if BCH address is not provided.", async () => { try { await bchjs.encryption.getPubKey()