SIGBlockchain / project_aurum

SIG Blockchain blockchain project in Go
https://acm.cs.uic.edu/sigblockchain
MIT License
7 stars 0 forks source link

Use `for` loop for `TestGetMerkleRootHash` function #324

Closed kastolars closed 5 years ago

kastolars commented 5 years ago

Can we consolidate all the TestMerkleRootHash functions into one unit test using a for loop?

Location of tests mentioned starts here: https://github.com/SIGBlockchain/project_aurum/blob/master/internal/hashing/hashing_test.go#L23