8
crates/cuddle-clusters/tests/can_run_for_env.rs
Normal file
8
crates/cuddle-clusters/tests/can_run_for_env.rs
Normal file
@@ -0,0 +1,8 @@
|
||||
use crate::common::run_test;
|
||||
|
||||
#[tokio::test]
|
||||
async fn can_run_for_env() -> anyhow::Result<()> {
|
||||
run_test("can_run_for_env").await?;
|
||||
|
||||
Ok(())
|
||||
}
|
Reference in New Issue
Block a user