Extract selection strategies to classes (#176)
[poolifier.git] / tests / pools / cluster / fixed.test.js
index 63399c6e4629ba4326080153cf5448ae3f2d7f40..ef44e6f15849d2b3fcf231cc7138bf908b2980ca 100644 (file)
@@ -41,7 +41,7 @@ const asyncPool = new FixedClusterPool(
   }
 )
 
-describe('Fixed cluster pool test suite ', () => {
+describe('Fixed cluster pool test suite', () => {
   after('Destroy all pools', async () => {
     // We need to clean up the resources after our test
     await echoPool.destroy()