From d533a648178883cfb087bc548e8fffdf60c2e032 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Thu, 2 Jul 2020 14:14:36 -0700 Subject: [PATCH] fix(openbazaar): Fixed OB integration test --- test/integration/openbazaar.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/integration/openbazaar.js b/test/integration/openbazaar.js index 76f924d..1cac45d 100644 --- a/test/integration/openbazaar.js +++ b/test/integration/openbazaar.js @@ -107,7 +107,8 @@ describe(`#OpenBazaar`, () => { "valueOut", "valueIn", "fees", - "hex" + "hex", + "time" ]) assert.isArray(result.vin) assert.isArray(result.vout)