From 98a0faa33790fa53024519e32a7aefd5547ca818 Mon Sep 17 00:00:00 2001 From: Omar Tawfik <15987992+OmarTawfik@users.noreply.github.com> Date: Tue, 4 Feb 2025 04:18:13 -0800 Subject: [PATCH] update tests --- crates/solidity/testing/perf/src/tests/cursor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/solidity/testing/perf/src/tests/cursor.rs b/crates/solidity/testing/perf/src/tests/cursor.rs index ddc489d0a0..b434589c06 100644 --- a/crates/solidity/testing/perf/src/tests/cursor.rs +++ b/crates/solidity/testing/perf/src/tests/cursor.rs @@ -20,7 +20,7 @@ pub fn run(files: Vec) { } assert_eq!( - functions_count, 232, + functions_count, 233, "Failed to fetch all function definitions" ); }