This commit is contained in:
SylTi
2017-08-24 21:35:19 +02:00
parent 406004a99a
commit 51906bae6c
2 changed files with 5 additions and 6 deletions

View File

@ -8,7 +8,7 @@ contract('CanReclaimToken', function(accounts) {
let token = null;
let canReclaimToken = null;
beforeEach(async () => {
beforeEach(async function() {
// Create contract and token
token = await BasicTokenMock.new(accounts[0], 100);
canReclaimToken = await CanReclaimToken.new();