Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

Commit

Permalink
Constants re-updated after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfx90 committed May 16, 2019
1 parent eb35059 commit 36c495a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_accounts.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ contract('Accounts', (addr) => {
const amount = 100

await st.approve(bp.address, amount)
await bp.deposit(amount, newAccountFlag)
await bp.deposit(amount, NEW_ACCOUNT_FLAG)
let id = await bp.getAccountsLength.call()
id = id.toNumber() - 1

Expand Down

0 comments on commit 36c495a

Please sign in to comment.