test: add spectator tests to `th2`

pull/67/head
Mingwei Samuel 2024-03-23 22:18:57 -07:00
parent ff86307485
commit db7192ce20
1 changed files with 10 additions and 0 deletions

View File

@ -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
}