Fix: clippy

Signed-off-by: junxiang Mu <1948535941@qq.com>
This commit is contained in:
junxiang Mu
2025-07-28 11:38:42 +08:00
parent de905a878c
commit dc156fb4cd

View File

@@ -511,6 +511,6 @@ mod tests {
// Since we're using separate LocalClient instances, they don't share state
// so this test demonstrates the consistency check
assert!(response.success || !response.success); // Either all succeed or rollback happens
assert!(response.success); // Either all succeed or rollback happens
}
}