Skip to content

Commit

Permalink
renamed ScenarioStartInfo.ScenarioIndex on SortIndex
Browse files Browse the repository at this point in the history
  • Loading branch information
AntyaDev committed Oct 2, 2024
1 parent b24dc06 commit 0719d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NBomber.Contracts/Contracts.fs
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ type ScenarioProps = {

type ScenarioStartInfo = {
ScenarioName: string
ScenarioIndex: int
SortIndex: int
}

type SessionStartInfo = {
Expand Down

0 comments on commit 0719d49

Please sign in to comment.