mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-11 11:14:21 +01:00
Another post-rebase clippy round with 1.88.0
This commit is contained in:
@@ -728,8 +728,7 @@ fn test_wal_bad_frame() -> anyhow::Result<()> {
|
||||
|
||||
assert!(
|
||||
panic_msg.contains("WAL frame checksum mismatch."),
|
||||
"Expected panic message not found. Got: {}",
|
||||
panic_msg
|
||||
"Expected panic message not found. Got: {panic_msg}"
|
||||
);
|
||||
}
|
||||
Ok(_) => panic!("Expected query to panic, but it succeeded"),
|
||||
|
||||
Reference in New Issue
Block a user