scalatest / scalatestplus-junit5

Apache License 2.0
4 stars 4 forks source link

Fix extracting payload from throwable #16

Closed samwright closed 2 months ago

samwright commented 5 months ago

Previously this code was checking if Some[Throwable] can be matched with PayloadField, which will never happen. We should be matching Throwable to PayloadField.

cheeseng commented 3 months ago

@samwright Looks good, thanks for catching it! @bvenners do you mind to review it for approval?

Thanks.

tech-jun-jones commented 6 days ago

samwright:fix-failure-payload

tech-jun-jones commented 6 days ago

samwright:fix-failure-payloadretronym:feature/assumption-failure