Open sakuyacatcat opened 1 year ago
Thank you for reporting the issue. Would you like to take this on as a ‘good first issue’? Feel free to comment if you have any questions, or you can send smaller PRs if that makes it easier for you.
@sakuyacatcat Hi, we will organize all myna development in monorepo. Pls work in this repository. https://github.com/MynaWallet/myna-wallet-monorepo
Also, I migrated to here https://github.com/MynaWallet/myna-wallet-monorepo/issues/16
Overview
We aim to refactor test case names to better describe what specifications they are testing within the code.
Current Situation
For instance, this test case tells us it's testing for a failure in Rsa verification, but it takes time to understand under what circumstances this error occurs.
Desired State
In this particular case, the test is verifying that an error occurs during validation, when checking if the decrypted signature's message part matches the given message's SHA256 hash. It would be more helpful if the test case name directly reflected this.
Benefits