Fix formatting

This commit is contained in:
Cesar Rodas
2025-04-22 10:36:58 -03:00
parent 5505f0b5d7
commit 25fad98aa8
4 changed files with 16 additions and 14 deletions

View File

@@ -1962,10 +1962,7 @@ mod tests {
// Try to update both proofs - should fail because one is spent
let result = db
.update_proofs_states(
&[proofs[0].y().unwrap(), proofs[1].y().unwrap()],
State::Reserved,
)
.update_proofs_states(&[proofs[0].y().unwrap()], State::Unspent)
.await;
assert!(result.is_err());