8
crates/crunch-postgres/tests/new_test.rs
Normal file
8
crates/crunch-postgres/tests/new_test.rs
Normal file
@@ -0,0 +1,8 @@
|
||||
use crunch_postgres::PostgresPersistence;
|
||||
|
||||
#[tokio::test]
|
||||
async fn test_new_from_env() -> anyhow::Result<()> {
|
||||
PostgresPersistence::new_from_env().await?;
|
||||
|
||||
Ok(())
|
||||
}
|
Reference in New Issue
Block a user