chore: run lint

This commit is contained in:
Justin Starry
2020-02-03 16:59:39 +08:00
committed by Michael Vines
parent 7181d3aeea
commit ebda95bd11
3 changed files with 8 additions and 6 deletions

View File

@ -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 () => {