Skip to content

Commit

Permalink
InvocationNumber: int64
Browse files Browse the repository at this point in the history
  • Loading branch information
AntyaDev committed Oct 27, 2023
1 parent be58192 commit 214a6b1
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 @@ -91,7 +91,7 @@ type IScenarioContext =
abstract ScenarioInfo: ScenarioInfo
abstract NodeInfo: NodeInfo
abstract Logger: ILogger
abstract InvocationNumber: int
abstract InvocationNumber: int64
abstract Data: Dictionary<string,obj>
abstract StopScenario: scenarioName:string * reason:string -> unit
abstract StopCurrentTest: reason:string -> unit
Expand Down

0 comments on commit 214a6b1

Please sign in to comment.