diff --git a/tests/sqlite/sqlite.rs b/tests/sqlite/sqlite.rs index cfc64875..4c3fb9f3 100644 --- a/tests/sqlite/sqlite.rs +++ b/tests/sqlite/sqlite.rs @@ -127,7 +127,7 @@ async fn it_fetches_in_loop() -> anyhow::Result<()> { #[sqlx_macros::test] async fn it_executes_with_pool() -> anyhow::Result<()> { - let pool: SqlitePool = SqlitePoolOptions::new()? + let pool: SqlitePool = SqlitePoolOptions::new() .min_connections(2) .max_connections(2) .test_before_acquire(false)