From 764c601373ebc61a6889d6687e21fae6ed11e67b Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Wed, 13 Nov 2019 11:59:56 -0800 Subject: [PATCH] Updated integration tests --- test/v3/raw-transactions.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/v3/raw-transactions.js b/test/v3/raw-transactions.js index bf1c78b..014f9b5 100644 --- a/test/v3/raw-transactions.js +++ b/test/v3/raw-transactions.js @@ -692,7 +692,7 @@ describe("#Raw-Transactions", () => { // Integration test } else { assert.hasAllKeys(result, ["error"]) - assert.include(result.error, "transaction already in block chain") + assert.include(result.error, "Missing inputs") } }) }) @@ -800,7 +800,7 @@ describe("#Raw-Transactions", () => { // Integration test } else { assert.hasAllKeys(result, ["error"]) - assert.include(result.error, "transaction already in block chain") + assert.include(result.error, "Missing inputs") } }) })