From 36c495adcba935239e11c3457f4ee5d34e660938 Mon Sep 17 00:00:00 2001 From: Daniel Fernandez Date: Thu, 16 May 2019 14:31:32 -0300 Subject: [PATCH] Constants re-updated after merge --- test/test_accounts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_accounts.js b/test/test_accounts.js index 3ca2af2..b6cf2a6 100644 --- a/test/test_accounts.js +++ b/test/test_accounts.js @@ -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