Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarTawfik authored Feb 4, 2025
1 parent 98a0faa commit 82a24b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/solidity/testing/perf/src/tests/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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 82a24b6

Please sign in to comment.