From 3ce23e4c576f2dba7939c35db064597efa8e5690 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?colin=20axn=C3=A9r?= <25233464+colin-axner@users.noreply.github.com> Date: Wed, 25 Sep 2024 12:12:48 +0200 Subject: [PATCH] Update rust/src/verify.rs --- rust/src/verify.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/src/verify.rs b/rust/src/verify.rs index f9df71fd..539f06a6 100644 --- a/rust/src/verify.rs +++ b/rust/src/verify.rs @@ -637,7 +637,7 @@ mod tests { }, ), ( - "rejects inner spec with max prefix length >= min prefix lenght + child size", + "rejects inner spec with max prefix length >= min prefix length + child size", ExistenceCase { proof: ExistenceProof { key: b"foo".to_vec(),