Skip to content

Commit

Permalink
Update integration_test.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHend authored Aug 7, 2023
1 parent 3e3c57a commit 827e820
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/tests/integration_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 827e820

Please sign in to comment.