mirror of https://github.com/MingweiSamuel/Riven
test: update ma5tery test score
parent
c2d53d7a17
commit
cee7a55814
|
@ -23,7 +23,7 @@ async fn championmastery_getscore_ma5tery() -> Result<(), String> {
|
||||||
.await
|
.await
|
||||||
.map_err(|e| format!("Error getting champion mastery score: {}", e))?;
|
.map_err(|e| format!("Error getting champion mastery score: {}", e))?;
|
||||||
rassert!(
|
rassert!(
|
||||||
(969..=1000).contains(&masteries),
|
(1002..=1100).contains(&masteries),
|
||||||
"Unexpected ma5tery score: {}.",
|
"Unexpected ma5tery score: {}.",
|
||||||
masteries
|
masteries
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue