update contracts config

This commit is contained in:
Iuri Matias 2016-02-09 15:57:16 -05:00
parent 648382bd15
commit 9c3f31e351

View File

@ -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" ]);
}); });
}); });