From 28ff170e149eb37c0f4f1c73d5e20266232a1b77 Mon Sep 17 00:00:00 2001 From: Iaroslav Zeigerman Date: Fri, 18 Jul 2025 07:41:15 +0200 Subject: [PATCH] improve sorter settings in the fuzz test --- core/vdbe/sorter.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/vdbe/sorter.rs b/core/vdbe/sorter.rs index 21a0f1bea..49d486810 100644 --- a/core/vdbe/sorter.rs +++ b/core/vdbe/sorter.rs @@ -521,8 +521,8 @@ mod tests { let mut sorter = Sorter::new( &[SortOrder::Asc], vec![CollationSeq::Binary], + 256, 64, - 13, io.clone(), );