Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Jul 1, 2024
1 parent 72742f0 commit 278cee3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server/main-api/src/setup/tests.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
use meilisearch_sdk::client::Client;
use sqlx::{Pool, Postgres};
use sqlx::postgres::PgPoolOptions;
use testcontainers_modules::{postgres, testcontainers::runners::AsyncRunner};
use testcontainers_modules::testcontainers::{ContainerAsync, GenericImage, ImageExt};
use sqlx::{Pool, Postgres};
use testcontainers_modules::testcontainers::core::{ContainerPort, WaitFor};
use testcontainers_modules::testcontainers::{ContainerAsync, GenericImage, ImageExt};
use testcontainers_modules::{postgres, testcontainers::runners::AsyncRunner};

#[cfg(not(feature = "skip_db_setup"))]
pub struct PostgresTestContainer {
Expand Down

0 comments on commit 278cee3

Please sign in to comment.