mirror of
https://github.com/MingweiSamuel/Riven.git
synced 2024-12-26 10:56:34 +00:00
update tftbug test
This commit is contained in:
parent
3253fa4ec2
commit
9a2e5277c1
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ async_tests! {
|
|||
// summoner must have double-up rank.
|
||||
league_getforsummoner_tftbug: async {
|
||||
// TODO(mingwei): get summoner from leaderboard to avoid updating this all the time.
|
||||
const SUMMONER_NAME: &str = "Vincentscc";
|
||||
const SUMMONER_NAME: &str = "jessixa";
|
||||
let summoner_fut = RIOT_API.summoner_v4().get_by_summoner_name(ROUTE, SUMMONER_NAME);
|
||||
let summoner = summoner_fut.await.map_err(|e| e.to_string())?.ok_or_else(|| format!("Failed to get \"{}\"", SUMMONER_NAME))?;
|
||||
let league_fut = RIOT_API.league_v4().get_league_entries_for_summoner(ROUTE, &summoner.id);
|
||||
|
|
Loading…
Reference in a new issue