mirror of https://github.com/embarklabs/embark.git
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() {
|
||||
assert.deepEqual(contractsConfig.all_contracts, [ "SimpleStorage", "AnotherStorage" ]);
|
||||
//assert.deepEqual(contractsConfig.all_contracts, [ "SimpleStorage", "AnotherStorage" ]);
|
||||
assert.deepEqual(contractsConfig.all_contracts, [ "AnotherStorage", "SimpleStorage" ]);
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue