01-edu / Branch-Blockchain

⛓️ Repository for the Blockchain branch content.
3 stars 5 forks source link

quest 2 generateAddress : test missing case #52

Closed Hamzaelkhatri closed 1 year ago

Hamzaelkhatri commented 1 year ago

approxHash is missing in the return of this test https://github.com/01-edu/Branch-Blockchain/blob/a65e21ecd4263e9e2a10dc67b9af5ad3d7a1122d/Quest2%20Crypto/generateAddress.test.js#L36

return (preciseHash === expectedHash) || (IntermHash === expectedHash) || (approxHash === expectedHash)