forked from mirror/Riven
1
0
Fork 0

Add match test for new `match-v5.ParticipantDto.riotIdGameName` field

v/2.x.x
Mingwei Samuel 2023-11-22 09:37:27 -08:00
parent c3982c390e
commit ce2cd7c7a2
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ static MATCHES: &[&str] = &[
"KR_6604607115", "KR_6604607115",
// New field: `match-v5.ParticipantDto.missions` // New field: `match-v5.ParticipantDto.missions`
"JP1_417935351", "JP1_417935351",
// New field: `match-v5.ParticipantDto.riotIdGameName`
"JP1_419115017",
]; ];
async_tests! { async_tests! {