mirror of https://github.com/MingweiSamuel/Riven
test: add spectator tests to `th2`
parent
ff86307485
commit
db7192ce20
|
@ -11,3 +11,13 @@ async fn status() -> Result<(), String> {
|
||||||
let _ = status;
|
let _ = status;
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[riven_test]
|
||||||
|
async fn spectator_v5_combo_test() -> Result<(), String> {
|
||||||
|
spectator_v5_combo(ROUTE).await
|
||||||
|
}
|
||||||
|
|
||||||
|
#[riven_test]
|
||||||
|
async fn spectator_tft_v5_combo_test() -> Result<(), String> {
|
||||||
|
spectator_tft_v5_combo(ROUTE).await
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue