Extract selection strategies to classes (#176)
[poolifier.git] / tests / pools / cluster / dynamic.test.js
index 2cff475f99cd6b0368b216a9f45931fd7050fed6..53a5f8d0b232e18ac26effb3ccfe466297f5458a 100644 (file)
@@ -12,7 +12,7 @@ const pool = new DynamicClusterPool(
   }
 )
 
-describe('Dynamic cluster pool test suite ', () => {
+describe('Dynamic cluster pool test suite', () => {
   it('Verify that the function is executed in a worker cluster', async () => {
     const result = await pool.execute({ test: 'test' })
     expect(result).toBeDefined()