mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-31 13:54:27 +01:00
Instrument test_drop() with tracing
This commit is contained in:
@@ -329,6 +329,7 @@ mod test {
|
||||
|
||||
#[tokio::test]
|
||||
async fn test_drop() -> Result<()> {
|
||||
let _ = tracing_subscriber::fmt::try_init();
|
||||
let mut conn = checked_memory_handle().await?;
|
||||
{
|
||||
let tx = conn.transaction().await?;
|
||||
|
||||
Reference in New Issue
Block a user