Skip to content

Commit

Permalink
fix test util
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanio committed Jun 19, 2020
1 parent 0b79d59 commit 0e500d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vm/tests/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ exports.setupPreConditions = function (state, testData, done) {
},
async function (cb2) {
// Set account code
await this.state.db.put(keccak256(codeBuf), codeBuf)
await state.db.put(keccak256(codeBuf), codeBuf)
cb2()
},
async function (cb2) {
Expand Down

0 comments on commit 0e500d4

Please sign in to comment.