mirror of https://github.com/embarklabs/embark.git
Fix test
This commit is contained in:
parent
3a210f602b
commit
b2206b9358
|
@ -53,7 +53,7 @@ module.exports = {
|
|||
}
|
||||
},
|
||||
SomeContract: {
|
||||
deployIf: 'MyToken.methods.isAvailable().call()',
|
||||
deployIf: 'await MyToken.methods.isAvailable().call()',
|
||||
args: [
|
||||
["$MyToken2", "$SimpleStorage"],
|
||||
100
|
||||
|
|
|
@ -41,7 +41,7 @@ config({
|
|||
}
|
||||
},
|
||||
SomeContract: {
|
||||
deployIf: "MyToken.methods.isAvailable().call()",
|
||||
deployIf: "await MyToken.methods.isAvailable().call()",
|
||||
args: [
|
||||
["$MyToken2", "$SimpleStorage"],
|
||||
100
|
||||
|
|
Loading…
Reference in New Issue