fedimint / fedimint

Federated E-Cash Mint
https://fedimint.org/
MIT License
536 stars 209 forks source link

tests: missing unit test in fedimint/fedimint-cli/src/utils.rs #5117

Closed sivasathyaseeelan closed 3 weeks ago

sivasathyaseeelan commented 3 weeks ago

Description

Currently, unit test are missing in edimint/fedimint-cli/src/utils.rs

Use case

The proposed solution is to address this by adding the necessary tests for the files in the bytes package, which would help in detecting bugs early, supporting CI/CD, reducing debugging time, providing safety for this codebase etc...