Move ERC1820 and ERC777 tests out of drafts.

pull/1747/head
Nicolás Venturo 6 years ago
parent 3112c1b95e
commit 64d6fefc11
  1. 0
      test/introspection/ERC1820Implementer.test.js
  2. 0
      test/token/ERC777/ERC777.behavior.js
  3. 2
      test/token/ERC777/ERC777.test.js

@ -11,7 +11,7 @@ const {
const {
shouldBehaveLikeERC20,
} = require('../../token/ERC20/ERC20.behavior');
} = require('../ERC20/ERC20.behavior');
const ERC777 = artifacts.require('ERC777Mock');
const ERC777SenderRecipientMock = artifacts.require('ERC777SenderRecipientMock');
Loading…
Cancel
Save