From 981554fb9519dc210c5bae8c40859b55e7388f53 Mon Sep 17 00:00:00 2001 From: Dolan Murvihill Date: Thu, 1 Feb 2024 21:28:50 -0800 Subject: [PATCH] Fix test name --- test/semaphoreSuite.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/semaphoreSuite.ts b/test/semaphoreSuite.ts index 17fef43..c75a179 100644 --- a/test/semaphoreSuite.ts +++ b/test/semaphoreSuite.ts @@ -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) {