This commit is contained in:
Bojan Serafimov
2022-08-18 13:20:01 -04:00
parent fe1b471cfc
commit 4e91ff31ca

View File

@@ -1,9 +1,8 @@
#[cfg(test)]
mod tests {
use std::path::PathBuf;
use tokio_postgres::NoTls;
use pg_bin::LocalPostgres;
use std::path::PathBuf;
use tokio_postgres::NoTls;
#[tokio::test]
async fn test_postgres_select_1() -> anyhow::Result<()> {