test: cleanup tests description
[poolifier.git] / tests / pools / cluster / fixed.test.js
index 4aaa57c750920944e6cf2c4ed02f43104cb12fa0..d84c2c5c3f727e6b639a7c5eca00941931fae6ca 100644 (file)
@@ -72,7 +72,7 @@ describe('Fixed cluster pool test suite', () => {
     expect(result).toBe(false)
   })
 
-  it('Verify that is possible to invoke the execute method without input', async () => {
+  it('Verify that is possible to invoke the execute() method without input', async () => {
     const result = await pool.execute()
     expect(result).toBe(false)
   })