From fd53baf23cb859b013d464852bdcc6402b8d9230 Mon Sep 17 00:00:00 2001
From: Hugo Trentesaux <hugo.trentesaux@lilo.org>
Date: Wed, 21 Feb 2024 15:48:29 +0100
Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s)

---
 resources/weight_analyzer/src/lib.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/resources/weight_analyzer/src/lib.rs b/resources/weight_analyzer/src/lib.rs
index 0b26122f3..83a43093c 100644
--- a/resources/weight_analyzer/src/lib.rs
+++ b/resources/weight_analyzer/src/lib.rs
@@ -188,7 +188,7 @@ mod tests {
                 .unwrap()
                 .len()
                 == 8
-        ); // 7 extrinsics in pallet
+        ); // 8 extrinsics in pallet
         println!("{:?}", weight_by_pallet); // cargo test  -- --nocapture
     }
     #[test]
-- 
GitLab