denodrivers/mysql

Encryption test coverage

MStefan99 opened this issue · 1 comments

While working on #132 I've noticed that all tests pass regardless of whether the data is actually encrypted properly in /src/auth_plugin/crypt.ts. The tests will pass even if the function returns same unencrypted data as it receives. I think it should be checked whether the plugin has the necessary test coverage.

Thank you for reminding. It's being tested and fixed in #142.