ourzora / offchain

NFT Metadata made easy
MIT License
109 stars 27 forks source link

Insufficient test coverage of batched_parmap #104

Open atapin opened 2 months ago

atapin commented 2 months ago

Line 47 is supposed to check if trailing chunks of batches are processed, but it lacks for proper coverage.

https://github.com/ourzora/offchain/blob/85aa49f7cde35f12f91a72c4408578ec38825ee1/offchain/concurrency.py#L42-L53