mirror of
https://github.com/aljazceru/cdk.git
synced 2025-12-19 13:44:55 +01:00
Fix formatting
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user