interledger / interledger-rs

An easy-to-use, high-performance Interledger implementation written in Rust
http://interledger.rs
Other
201 stars 70 forks source link

Expand Service Util and Store Tests #610

Closed gakonst closed 4 years ago

gakonst commented 4 years ago

The RateLimitService, BalanceService, MaxPacketAmountService are all missing tests.

Same applies to the store implementations, as they just check for errors, but not specifically for which errors.

depends on #613