chore: unused mut

This commit is contained in:
Jude Nelson
2022-05-26 00:13:11 -04:00
parent 998b9b73d8
commit 11f6d7ee16

View File

@@ -7891,7 +7891,7 @@ pub mod tests {
// drop descendancy information
{
let mut db_tx = db.tx_begin().unwrap();
let db_tx = db.tx_begin().unwrap();
db_tx
.execute("DELETE FROM block_commit_parents", NO_PARAMS)
.unwrap();