fedimint / fedimint

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

tests: missing unit test in fedimint/fedimint-core/src/encoding/tls.rs #5125

Open sivasathyaseeelan opened 3 weeks ago

sivasathyaseeelan commented 3 weeks ago

Description

Currently, unit test are missing in fedimint/fedimint-core/src/encoding/tls.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...