n8n Node Creation Issue: Credential Test Function Not Found

Custom Oracle node in n8n rejects ‘verifyConn’.

Credentials reference a custom test function in the node file yet it isn’t recognized.

config: { required: true, testMethod: 'verifyConn' };
functions: { execTest: { verifyConn } };