Skip to content

Commit

Permalink
Removed ScenarioProps.Finish
Browse files Browse the repository at this point in the history
  • Loading branch information
AntyaDev committed Jun 20, 2024
1 parent 60a3c98 commit d6dc6fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/NBomber.Contracts/Contracts.fs
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,7 @@ type LoadSimulation =
type ScenarioProps = {
ScenarioName: string
Init: (IScenarioInitContext -> Task) option
Clean: (IScenarioInitContext -> Task) option
Finish: (IScenarioInitContext -> Task) option
Clean: (IScenarioInitContext -> Task) option
Run: (IScenarioContext -> Task<IResponse>) option
WarmUpDuration: TimeSpan option
LoadSimulations: LoadSimulation list
Expand Down

0 comments on commit d6dc6fd

Please sign in to comment.