From c014099931b6504d02711d047a687ca3fc8c8c23 Mon Sep 17 00:00:00 2001 From: Mingwei Samuel Date: Sat, 18 May 2024 23:38:23 -0700 Subject: [PATCH] Add another match to test --- riven/tests/tests_asia_jp.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/riven/tests/tests_asia_jp.rs b/riven/tests/tests_asia_jp.rs index b78cbb9..34d563b 100644 --- a/riven/tests/tests_asia_jp.rs +++ b/riven/tests/tests_asia_jp.rs @@ -18,6 +18,8 @@ static MATCHES: &[&str] = &[ "JP1_417935351", // New field: `match-v5.ParticipantDto.riotIdGameName` "JP1_419115017", + // New field: `match-v5.ParticipantChallenges`: `InfernalScalePickup`, `fistBumpParticipation` + "JP1_447303353", ]; /// summoner_v4().get_by_summoner_name(...) normally returns an option.