diff --git a/tests/integration/query_processing/test_write_path.rs b/tests/integration/query_processing/test_write_path.rs index 6d7e831ad..678982e01 100644 --- a/tests/integration/query_processing/test_write_path.rs +++ b/tests/integration/query_processing/test_write_path.rs @@ -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. {