These sometimes fail together. The number of five-wicket innings for a player has expected = 0, actual = 1. The in-memory data is not combining the wickets taken by multiple player identities, but the database query is. Fixing #553 should fix this, but first test data must be updated to reproduce this scenario reliably.
[x] ReadPlayerBowlingSummaryTests.Read_bowling_statistics_supports_filter_by_date() line 207
[x] ReadPlayerBowlingSummaryTests.Read_bowling_statistics_supports_filter_by_team_id() line 217
[x] ReadPlayerBowlingSummaryTests.Read_bowling_statistics_supports_filter_by_team_route() line 227
[x] ReadPlayerBowlingSummaryTests.Read_bowling_statistics_supports_no_filter() line 197
These sometimes fail together. The number of five-wicket innings for a player has expected = 0, actual = 1. The in-memory data is not combining the wickets taken by multiple player identities, but the database query is. Fixing #553 should fix this, but first test data must be updated to reproduce this scenario reliably.