From bdf1c50c9deb99e4f0eda81bbf2c856314bb6954 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Sat, 5 Dec 2020 21:47:26 -0800 Subject: [PATCH] fix(unit test): Fixing changing test --- test/integration/bchn/slp.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/integration/bchn/slp.js b/test/integration/bchn/slp.js index e191eb6..be71f78 100644 --- a/test/integration/bchn/slp.js +++ b/test/integration/bchn/slp.js @@ -793,9 +793,8 @@ describe(`#SLP`, () => { assert.equal(result[3].txid, txids[3]) assert.equal(result[3].valid, true) - // 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)