mirror of
https://github.com/MingweiSamuel/Riven.git
synced 2024-12-26 02:46:31 +00:00
test: update ma5tery test score
This commit is contained in:
parent
c2d53d7a17
commit
cee7a55814
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue