mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-23 12:38:18 +00:00
update contracts config
This commit is contained in:
parent
648382bd15
commit
9c3f31e351
@ -52,7 +52,8 @@ describe('embark.config.contracts', function() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('add contracts to a list', function() {
|
it('add contracts to a list', function() {
|
||||||
assert.deepEqual(contractsConfig.all_contracts, [ "SimpleStorage", "AnotherStorage" ]);
|
//assert.deepEqual(contractsConfig.all_contracts, [ "SimpleStorage", "AnotherStorage" ]);
|
||||||
|
assert.deepEqual(contractsConfig.all_contracts, [ "AnotherStorage", "SimpleStorage" ]);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user