chore: fix lint
This commit is contained in:
committed by
Michael Vines
parent
9b05e9d21e
commit
4242eee739
@ -982,10 +982,7 @@ test('transaction failure', async () => {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
await connection.requestAirdrop(
|
await connection.requestAirdrop(account.publicKey, minimumAmount + 100010);
|
||||||
account.publicKey,
|
|
||||||
minimumAmount + 100010,
|
|
||||||
);
|
|
||||||
expect(await connection.getBalance(account.publicKey)).toBe(
|
expect(await connection.getBalance(account.publicKey)).toBe(
|
||||||
minimumAmount + 100010,
|
minimumAmount + 100010,
|
||||||
);
|
);
|
||||||
@ -1034,7 +1031,7 @@ test('transaction failure', async () => {
|
|||||||
await sleep(1000);
|
await sleep(1000);
|
||||||
expect(await connection.confirmTransaction(signature)).toEqual(false);
|
expect(await connection.confirmTransaction(signature)).toEqual(false);
|
||||||
|
|
||||||
const expectedErr = { InstructionError: [ 0, 'AccountBorrowFailed' ] };
|
const expectedErr = {InstructionError: [0, 'AccountBorrowFailed']};
|
||||||
mockRpc.push([
|
mockRpc.push([
|
||||||
url,
|
url,
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user