From 13d9f89a82ed2439ae416937a208856b941b59a2 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Sat, 5 Dec 2020 20:44:53 -0800 Subject: [PATCH] Commenting out test that still needs to be mocked --- test/unit/slp-utils.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/unit/slp-utils.js b/test/unit/slp-utils.js index 42f20db..6b85d3f 100644 --- a/test/unit/slp-utils.js +++ b/test/unit/slp-utils.js @@ -1966,7 +1966,7 @@ describe("#SLP Utils", () => { assert2.property(result[0], "valid") assert2.equal(result[0].valid, null) }) - + /* it("should handle a mix of valid, invalid, and non-SLP txs", async () => { const txids = [ // Malformed SLP tx @@ -1982,6 +1982,7 @@ describe("#SLP Utils", () => { const result = await slp.Utils.validateTxid(txids) console.log(`result: ${JSON.stringify(result, null, 2)}`) }) +*/ }) describe("#getWhitelist", () => {