Skip to content

Commit

Permalink
chore: increase number of functions
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksuss committed Nov 24, 2023
1 parent 3e1a12c commit 242afa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine-tests/src/tests/sanity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ fn test_num_wasm_functions() {
let module = walrus::ModuleConfig::default()
.parse(runner.code.code())
.unwrap();
let expected_number = 1550;
let expected_number = 1600;
let actual_number = module.funcs.iter().count();

assert!(
Expand Down

0 comments on commit 242afa5

Please sign in to comment.