Skip to content

Commit 507e448

Browse files
committed
fix typo in test description
1 parent ab8f28b commit 507e448

3 files changed

+3
-3
lines changed

dist/ZeroBackpressureSemaphore.test.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ZeroBackpressureSemaphore.test.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ZeroBackpressureSemaphore.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ describe('ZeroBackpressureSemaphore tests', () => {
142142
}
143143
});
144144

145-
test('waitTillAllExecutingJobsAreSettlled: should resolve once all executing jobs are settled', async () => {
145+
test('waitTillAllExecutingJobsAreSettled: should resolve once all executing jobs are settled', async () => {
146146
const maxConcurrentJobs = 12;
147147
const jobCompletionCallbacks: PromiseResolveType[] = [];
148148
const waitTillCompletionPromises: Promise<void>[] = [];

0 commit comments

Comments
 (0)