test: update ma5tery test score

v/2.x.x
Mingwei Samuel 2024-05-15 10:11:55 -07:00
parent c2d53d7a17
commit cee7a55814
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ async fn championmastery_getscore_ma5tery() -> Result<(), String> {
.await
.map_err(|e| format!("Error getting champion mastery score: {}", e))?;
rassert!(
(969..=1000).contains(&masteries),
(1002..=1100).contains(&masteries),
"Unexpected ma5tery score: {}.",
masteries
);