Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
avkos committed Nov 27, 2023
1 parent de28728 commit 425359b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web3/test/stress/requests.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ describe('huge data', () => {
for (let i = 0; i < parallelCount; i++) {
sendPrs.push(sendData(accounts[i]));
}
expect(await Promise.all(sendPrs)).resolves.toBeDefined();
await expect(Promise.all(sendPrs)).resolves.toBeDefined();
// if socket subscribe to events
if (isIpc || isWs) {
contractSubscriptions(accounts);
Expand Down

0 comments on commit 425359b

Please sign in to comment.