mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-31 22:04:23 +01:00
clippy
This commit is contained in:
@@ -742,8 +742,7 @@ fn test_read_wal_dumb_no_frames() -> anyhow::Result<()> {
|
||||
let tmp_db = TempDatabase::new_empty(false);
|
||||
let conn = tmp_db.connect_limbo();
|
||||
conn.close()?;
|
||||
let db_path = tmp_db.path.clone();
|
||||
db_path
|
||||
tmp_db.path.clone()
|
||||
};
|
||||
// Second connection must recover from the WAL file. Last checksum should be filled correctly.
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user