All tests now use account names, and dont use accounts[0] (except ERC… (#1137)
* All tests now use account names, and dont use accounts[0] (except ERC721) * Added account names to some missing contracts.
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
const { assertRevert } = require('../helpers/assertRevert');
|
||||
const PausableMock = artifacts.require('PausableMock');
|
||||
|
||||
contract('Pausable', function (accounts) {
|
||||
contract('Pausable', function () {
|
||||
beforeEach(async function () {
|
||||
this.Pausable = await PausableMock.new();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user