mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-01-12 22:43:42 +08:00
chore: unused mut
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user