Closed ManApart closed 4 years ago
Tech note:
eventually
itself could be fixed to address this as well. Basically, it can check that if it made it into the failure case of its code, it could just raise an error (or warn) that block was falsey but had no assertion. - Ben
This was fixed while moving discovery_streams
into the umbrella as several tests were written in e2e
test that required other changes to eventually
(mainly that MatchError were raising out)
Eventually without an assert passes even when it shouldn't. This means tests can give false positives.
AC
TN: