From f60b0458adb42343bce2927e6e9772cb4ed350b2 Mon Sep 17 00:00:00 2001 From: rymnc <43716372+rymnc@users.noreply.github.com> Date: Tue, 9 May 2023 14:00:40 +0530 Subject: [PATCH] fix: test --- tests/memory_keccak.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/memory_keccak.rs b/tests/memory_keccak.rs index 0094539..7005920 100644 --- a/tests/memory_keccak.rs +++ b/tests/memory_keccak.rs @@ -122,7 +122,7 @@ fn batch_insertions() -> PmtreeResult<()> { hex!("0000000000000000000000000000000000000000000000000000000000000004"), ]; - mt.batch_insert(None, &leaves)?; + mt.batch_insert(None, leaves)?; assert_eq!( mt.root(),