Fixed HasNoTokens test. (#1149)

pull/1109/head^2
Nicolás Venturo 7 years ago committed by GitHub
parent ef347ffccc
commit 448a7b3048
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      test/ownership/HasNoTokens.test.js

@ -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 () {

Loading…
Cancel
Save