Skip to content

Commit

Permalink
Merge branch 'main' into calendar-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm authored Jul 13, 2024
2 parents 6e31be5 + 809905b commit 1f2cc10
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
@@ -1,7 +1,7 @@
use std::time::Duration;
use meilisearch_sdk::client::Client;
use sqlx::postgres::PgPoolOptions;
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;
Expand Down

0 comments on commit 1f2cc10

Please sign in to comment.