Commit 64d6fefc by Nicolás Venturo

Move ERC1820 and ERC777 tests out of drafts.

parent 3112c1b9
...@@ -11,7 +11,7 @@ const { ...@@ -11,7 +11,7 @@ const {
const { const {
shouldBehaveLikeERC20, shouldBehaveLikeERC20,
} = require('../../token/ERC20/ERC20.behavior'); } = require('../ERC20/ERC20.behavior');
const ERC777 = artifacts.require('ERC777Mock'); const ERC777 = artifacts.require('ERC777Mock');
const ERC777SenderRecipientMock = artifacts.require('ERC777SenderRecipientMock'); const ERC777SenderRecipientMock = artifacts.require('ERC777SenderRecipientMock');
......
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