Skip to content

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
dmurvihill committed Feb 2, 2024
1 parent 2d13278 commit 981554f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/semaphoreSuite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export const semaphoreSuite = (factory: (maxConcurrency: number, err?: Error) =>
assert.deepStrictEqual(values, [0, 0, +1, -1]);
});

test('acquire allows light items to run eventually', async () => {
test('acquire allows heavy items to run eventually', async () => {
let done = false;
async function lightLoop() {
while (!done) {
Expand Down

0 comments on commit 981554f

Please sign in to comment.