test: improve task function ops
[poolifier.git] / tests / worker / abstract-worker.test.mjs
index 38eaab5bd636b1b2a6414f299c0217e2289a8624..b2aa996dfaa8764f6fd27c693d708807e9d790fc 100644 (file)
@@ -352,7 +352,7 @@ describe('Abstract worker test suite', () => {
     )
   })
 
-  it('Verify that listTaskFunctionNames() is working', () => {
+  it('Verify that listTaskFunctionsProperties() is working', () => {
     const fn1 = () => {
       return 1
     }