mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-11 06:16:01 +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