test: improve UTs
[poolifier.git] / tests / pools / abstract / abstract-pool.test.js
index 5435565a9419ede3b7f7222266c1dda03e416438..be745d94ce5e4b10c89012846f6f67d85899abc0 100644 (file)
@@ -53,7 +53,6 @@ describe('Abstract pool test suite', () => {
     expect(pool.starting).toBe(false)
     expect(pool.started).toBe(true)
     await pool.destroy()
-    expect(pool.started).toBe(false)
   })
 
   it('Verify that filePath is checked', () => {