Merge pull request #48 from christroutner/unstable

fix(openbazaar): Fixed OB integration test
This commit is contained in:
Chris Troutner
2020-07-02 14:28:26 -07:00
committed by GitHub
+2 -1
View File
@@ -107,7 +107,8 @@ describe(`#OpenBazaar`, () => {
"valueOut",
"valueIn",
"fees",
"hex"
"hex",
"time"
])
assert.isArray(result.vin)
assert.isArray(result.vout)