Skip to content

Commit

Permalink
Merge pull request #48 from christroutner/unstable
Browse files Browse the repository at this point in the history
fix(openbazaar): Fixed OB integration test
  • Loading branch information
christroutner authored Jul 2, 2020
2 parents 07ed1d5 + d533a64 commit f08838c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/integration/openbazaar.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ describe(`#OpenBazaar`, () => {
"valueOut",
"valueIn",
"fees",
"hex"
"hex",
"time"
])
assert.isArray(result.vin)
assert.isArray(result.vout)
Expand Down

0 comments on commit f08838c

Please sign in to comment.