Instrument test_drop() with tracing

This commit is contained in:
Jussi Saurio
2025-10-16 14:01:54 +03:00
parent 4de36d28e6
commit 6f1bda1438

View File

@@ -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?;