From f6729ccc3678bdf30c45793b8019656438a99251 Mon Sep 17 00:00:00 2001 From: Nikita Sivukhin Date: Thu, 21 Aug 2025 16:35:56 +0400 Subject: [PATCH] fix clippy --- tests/integration/functions/test_wal_api.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/functions/test_wal_api.rs b/tests/integration/functions/test_wal_api.rs index 5e10fa69c..cf1548494 100644 --- a/tests/integration/functions/test_wal_api.rs +++ b/tests/integration/functions/test_wal_api.rs @@ -657,7 +657,7 @@ fn test_wal_revert_change_db_size() { continue; } let info = WalFrameInfo { - page_no: page_no, + page_no, db_size: if page_no == 2 { 2 } else { 0 }, }; info.put_to_frame_header(&mut frame);