Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarTawfik authored Feb 4, 2025
1 parent 9176da3 commit 98a0faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/solidity/testing/perf/src/tests/cursor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pub fn run(files: Vec<ParsedFile>) {
}

assert_eq!(
functions_count, 232,
functions_count, 233,
"Failed to fetch all function definitions"
);
}

0 comments on commit 98a0faa

Please sign in to comment.