cargo fix on server
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
// ========================================================================
|
||||
|
||||
// Additional imports needed for these tests
|
||||
use chrono::{DateTime, Utc};
|
||||
use chrono::Utc;
|
||||
use rust_decimal::Decimal;
|
||||
use std::str::FromStr;
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
// This is needed for the database error test.
|
||||
#[fixture]
|
||||
async fn closed_test_context() -> TestContext {
|
||||
let mut context = test_context().await;
|
||||
let context = test_context().await;
|
||||
context.pool.close().await;
|
||||
context
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user