test: add spectator tests to th2

This commit is contained in:
Mingwei Samuel 2024-03-23 22:18:57 -07:00
parent ff86307485
commit db7192ce20

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
}