David Bernal
David Bernal
This addresses the following issue: https://github.com/FundingCircle/jackdaw/issues/280 # Checklist - [x ] tests - [x] updated [CHANGELOG](../CHANGELOG.md) (the "unreleased" section)
Currently running into an issue were I'm trying to pass a MockProducer to the partitions-for function but the function is throwing the `Got non producer/consumer!` error. This is because `MockProducer`...
When evaluating a prerequisite that expects a certain lazy sequence Midje correctly fails when the lazy sequence does not match the expectation but does not return what the lazy sequence...