Extract selection strategies to classes (#176)
[poolifier.git] / tests / pools / abstract / abstract-pool.test.js
index bc2385f416c6c23b38d88fcccc6110cd70deaa5b..fe6aad35bd90a0d0d8fb16bea8f57760da3e6e42 100644 (file)
@@ -14,7 +14,7 @@ class StubPoolWithIsMainMethod extends FixedThreadPool {
   }
 }
 
-describe('Abstract pool test suite ', () => {
+describe('Abstract pool test suite', () => {
   it('Simulate worker not found during increaseWorkersTask', () => {
     const pool = new StubPoolWithTasksMapClear(
       1,