Add another match to test

v/2.x.x
Mingwei Samuel 2024-05-18 23:38:23 -07:00
parent d9c82fa873
commit c014099931
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ static MATCHES: &[&str] = &[
"JP1_417935351", "JP1_417935351",
// New field: `match-v5.ParticipantDto.riotIdGameName` // New field: `match-v5.ParticipantDto.riotIdGameName`
"JP1_419115017", "JP1_419115017",
// New field: `match-v5.ParticipantChallenges`: `InfernalScalePickup`, `fistBumpParticipation`
"JP1_447303353",
]; ];
/// summoner_v4().get_by_summoner_name(...) normally returns an option. /// summoner_v4().get_by_summoner_name(...) normally returns an option.