mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-02-14 20:07:31 +00:00
test: fix spurious ? in sqlite test
This commit is contained in:
parent
63f37a78c3
commit
1247daec83
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user