fedimint / fedimint

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

tests: missing unit test in fedimint/fedimint-core/src/runtime.rs #5140

Open sivasathyaseeelan opened 2 weeks ago

sivasathyaseeelan commented 2 weeks ago

Description

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