mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-11 14:34:40 +00:00
hot fix tests
This commit is contained in:
parent
94bb43fd57
commit
fd1b9d80f9
@ -51,6 +51,10 @@ describe('embark.Contracts', function() {
|
||||
cb([]);
|
||||
});
|
||||
|
||||
events.setCommandHandler("blockchain:gasPrice", (cb) => {
|
||||
cb(null, 100);
|
||||
});
|
||||
|
||||
let contractsConfig = {
|
||||
"versions": {
|
||||
"web3.js": "1.0.0-beta",
|
||||
@ -156,6 +160,10 @@ describe('embark.Contracts', function() {
|
||||
cb([]);
|
||||
});
|
||||
|
||||
events.setCommandHandler("blockchain:gasPrice", (cb) => {
|
||||
cb(null, 100);
|
||||
});
|
||||
|
||||
let contractsConfig = {
|
||||
"versions": {
|
||||
"web3.js": "1.0.0-beta",
|
||||
|
Loading…
x
Reference in New Issue
Block a user