mirror of
https://github.com/status-im/ens-usernames.git
synced 2025-02-02 22:04:33 +00:00
remove duplicated timeout
This commit is contained in:
parent
bc2c4d872c
commit
7936cf2f25
@ -3,7 +3,6 @@ describe("ERC20Token", async function() {
|
||||
var ERC20Token;
|
||||
var accountsArr;
|
||||
before(function(done) {
|
||||
this.timeout(0);
|
||||
var contractsConfig = {
|
||||
"TestToken": { },
|
||||
"ERC20Receiver": { }
|
||||
|
@ -3,7 +3,6 @@ describe("TestToken", async function() {
|
||||
var accountsArr;
|
||||
|
||||
before(function(done) {
|
||||
this.timeout(0);
|
||||
var contractsConfig = {
|
||||
"TestToken": {
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user