Skip to content

Commit

Permalink
fix fuzzing example (#1184)
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Jan 19, 2025
1 parent f381246 commit f6d5d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build/guides/testing/fuzzing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ The following steps can be used in any Stellar contract workspace. If experiment
use libfuzzer_sys::fuzz_target;
use soroban_increment_with_fuzz_contract::{IncrementContract, IncrementContractClient};
use soroban_sdk::{
testutils::arbitrary::{self, Arbitrary},
testutils::arbitrary::{arbitrary, Arbitrary},
Env,
};

Expand Down

0 comments on commit f6d5d7b

Please sign in to comment.