mirror of
https://github.com/MingweiSamuel/Riven.git
synced 2024-12-26 19:06:32 +00:00
test: add spectator tests to th2
This commit is contained in:
parent
ff86307485
commit
db7192ce20
1 changed files with 10 additions and 0 deletions
|
@ -11,3 +11,13 @@ async fn status() -> Result<(), String> {
|
|||
let _ = status;
|
||||
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 a new issue