chore: run lint
This commit is contained in:
committed by
Michael Vines
parent
7181d3aeea
commit
ebda95bd11
@ -658,9 +658,7 @@ test('get confirmed block', async () => {
|
||||
result: null,
|
||||
},
|
||||
]);
|
||||
await expect(
|
||||
connection.getConfirmedBlock(10000),
|
||||
).rejects.toThrow();
|
||||
await expect(connection.getConfirmedBlock(10000)).rejects.toThrow();
|
||||
});
|
||||
|
||||
test('get recent blockhash', async () => {
|
||||
|
Reference in New Issue
Block a user