Skip to content

Commit

Permalink
fixed a missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Jul 20, 2024
1 parent 406a805 commit f471117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/main-api/src/setup/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use sqlx::{Pool, Postgres};
use std::time::Duration;
use testcontainers_modules::testcontainers::{ContainerAsync, ImageExt};
use testcontainers_modules::{meilisearch, postgres, testcontainers::runners::AsyncRunner};
use tracing::error;
use tracing::{error, info};

pub struct PostgresTestContainer {
_container: ContainerAsync<postgres::Postgres>,
Expand Down

0 comments on commit f471117

Please sign in to comment.