Unverified Commit 448a7b30 by Nicolás Venturo Committed by GitHub

Fixed HasNoTokens test. (#1149)

parent ef347ffc
......@@ -19,7 +19,7 @@ contract('HasNoTokens', function ([_, owner, initialAccount, anyone]) {
});
it('should not accept ERC223 tokens', async function () {
await expectThrow(token.transferERC223(hasNoTokens.address, 10, ''));
await expectThrow(token.transferERC223(hasNoTokens.address, 10, '', { from: initialAccount }));
});
it('should allow owner to reclaim tokens', async function () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment