From f6dc788492475dda3da22cb7c7f6b49a5d2eedc2 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Sat, 5 Dec 2020 21:22:18 -0800 Subject: [PATCH] fix(unit tests): Updating changing test value --- test/v4/slp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/v4/slp.js b/test/v4/slp.js index acc7724..c07ef7a 100644 --- a/test/v4/slp.js +++ b/test/v4/slp.js @@ -732,7 +732,7 @@ describe('#SLP', () => { // Note: This should change from null to true once SLPDB finishes indexing. assert.equal(result[4].txid, txids[4]) - assert.equal(result[4].valid, null) + assert.equal(result[4].valid, true) assert.equal(result[5].txid, txids[5]) assert.equal(result[5].valid, null)