test: add match JP1_455137806 for swarm fields

This commit is contained in:
Mingwei Samuel 2024-07-17 08:42:22 -07:00
parent bfb687ef5b
commit 0b19e4e16a

View file

@ -20,6 +20,8 @@ static MATCHES: &[&str] = &[
"JP1_419115017", "JP1_419115017",
// New field: `match-v5.ParticipantChallenges`: `InfernalScalePickup`, `fistBumpParticipation` // New field: `match-v5.ParticipantChallenges`: `InfernalScalePickup`, `fistBumpParticipation`
"JP1_447303353", "JP1_447303353",
// New fields for swarm: `match-v5.ChallengesDto`: `SWARM_DefeatAatrox`, `SWARM_DefeatBriar`
"JP1_455137806",
]; ];
/// summoner_v4().get_by_summoner_name(...) normally returns an option. /// summoner_v4().get_by_summoner_name(...) normally returns an option.