Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Jan 17, 2025
1 parent 6b8e68a commit 026bd19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzzing/src/proptest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ proptest! {
});

// Turn off the CPU/memory budget for testing.
env.budget().reset_unlimited();
env.cost_estimate().budget().reset_unlimited();

let depositor_address = Address::generate(&env);
let claimant_address = Address::generate(&env);
Expand Down

0 comments on commit 026bd19

Please sign in to comment.