bahlo / sonyflake-rs

🃏 A distributed unique ID generator inspired by Twitter's Snowflake.
https://docs.rs/sonyflake/
Apache License 2.0
174 stars 10 forks source link

Test `Error::OverTimeLimit` #8

Closed bahlo closed 3 years ago

bahlo commented 3 years ago

We need a test that verifies next_id will return an error once it's over the time limit.