diff --git a/docs/src/project_configuration/fuzzing_config.md b/docs/src/project_configuration/fuzzing_config.md index d7b25370..fceaea33 100644 --- a/docs/src/project_configuration/fuzzing_config.md +++ b/docs/src/project_configuration/fuzzing_config.md @@ -141,7 +141,6 @@ The fuzzing configuration defines the parameters for the fuzzing campaign. - **Description**: Enable or disables the reversion reporting plugin - **Default**: `false` - ## Using `constructorArgs` There might be use cases where contracts in `targetContracts` have constructors that accept arguments. The `constructorArgs` diff --git a/fuzzing/reversion/reversion_statistics.go b/fuzzing/reversion/reversion_reporter.go similarity index 100% rename from fuzzing/reversion/reversion_statistics.go rename to fuzzing/reversion/reversion_reporter.go diff --git a/fuzzing/reversion/artifact.go b/fuzzing/reversion/revert_artifact.go similarity index 100% rename from fuzzing/reversion/artifact.go rename to fuzzing/reversion/revert_artifact.go diff --git a/fuzzing/reversion/revert_report.go b/fuzzing/reversion/tx_call_metrics.go similarity index 100% rename from fuzzing/reversion/revert_report.go rename to fuzzing/reversion/tx_call_metrics.go