This commit is contained in:
Pere Diaz Bou
2025-07-10 12:23:33 +02:00
parent 9258d33d8b
commit 832f9fb8a8

View File

@@ -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.
{