mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-27 07:24:59 +00:00
fix test
This commit is contained in:
parent
c5f80c72b9
commit
96b1c9c070
@ -32,7 +32,7 @@ describe('embark.provider', function () {
|
||||
privateKey: 'myKey'
|
||||
});
|
||||
|
||||
assert.deepEqual(account, {key: 'myKey'});
|
||||
assert.deepEqual(account, {key: '0xmyKey'});
|
||||
});
|
||||
|
||||
it('should return two accounts from the keys in the file', function () {
|
||||
@ -41,8 +41,8 @@ describe('embark.provider', function () {
|
||||
});
|
||||
|
||||
assert.deepEqual(account, [
|
||||
{key: 'key1'},
|
||||
{key: 'key2'}
|
||||
{key: '0xkey1'},
|
||||
{key: '0xkey2'}
|
||||
]);
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user