Skip to content

Commit

Permalink
fix(openbazaar): Fixed OB integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
christroutner committed Jul 2, 2020
1 parent 07ed1d5 commit d533a64
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 d533a64

Please sign in to comment.