Skip to content

Commit

Permalink
chore: remove superfluous expect
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswk committed May 21, 2024
1 parent 45aeb1b commit 0beaca9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ test('multiple parallel calls to api/frontend should not create multiple instanc
.expect(200),
);

const allRequests = Promise.all(promises);
await expect(allRequests).resolves.toBeTruthy();
await Promise.all(promises);
expect(appErrorLogs).toHaveLength(0);
});

0 comments on commit 0beaca9

Please sign in to comment.