From 827e820f8f1d753f070da974c25e10d3bad70f2f Mon Sep 17 00:00:00 2001 From: Adam Hendel Date: Mon, 7 Aug 2023 15:57:18 -0500 Subject: [PATCH] Update integration_test.rs --- core/tests/integration_test.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/core/tests/integration_test.rs b/core/tests/integration_test.rs index 25f9e93b..bf52dcec 100644 --- a/core/tests/integration_test.rs +++ b/core/tests/integration_test.rs @@ -3,7 +3,6 @@ use pgmq::{self, query::TABLE_PREFIX, util::connect, Message}; use rand::Rng; use serde::{Deserialize, Serialize}; use serde_json::Value; -use sqlx::postgres::{PgConnectOptions, PgPoolOptions}; use sqlx::{Pool, Postgres, Row}; use std::env;