From 4f5e01e8470dc82a3c6625d3e9054002df4efa0f Mon Sep 17 00:00:00 2001 From: Mingwei Samuel Date: Fri, 15 Mar 2024 14:49:06 -0700 Subject: [PATCH] test: Add `EUW1_6852390800` to match test https://github.com/MingweiSamuel/riotapi-schema/issues/45 --- riven/tests/tests_europe.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/riven/tests/tests_europe.rs b/riven/tests/tests_europe.rs index e10468f..78fc41e 100644 --- a/riven/tests/tests_europe.rs +++ b/riven/tests/tests_europe.rs @@ -23,6 +23,8 @@ static MATCHES: &[&str] = &[ // "EUW1_6569580003", "EUW1_6834713231", + // Timeline `OBJECTIVE_BOUNTY_PRESTART` https://github.com/MingweiSamuel/riotapi-schema/issues/45 + "EUW1_6852390800", ]; #[riven_test]