Extract selection strategies to classes (#176)
[poolifier.git] / tests / pools / thread / fixed.test.js
index 2a7d005b3dcd6d88a53e4e53e1d2216c55483de4..881813c0d9512fe9acdb7aac623e1a1f056e90c9 100644 (file)
@@ -32,7 +32,7 @@ const asyncPool = new FixedThreadPool(
   { maxTasks: maxTasks }
 )
 
-describe('Fixed thread pool test suite ', () => {
+describe('Fixed thread pool test suite', () => {
   it('Choose worker round robin test', async () => {
     const results = new Set()
     for (let i = 0; i < numberOfThreads; i++) {