Skip to content

Commit

Permalink
Adding 1 to make it start with "Attempt #1" instead of "Attempt #0".
Browse files Browse the repository at this point in the history
  • Loading branch information
llongley committed Jul 10, 2019
1 parent d2b8e38 commit 84d8da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Helix/UpdateUnreliableTests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ foreach ($testRun in $testRuns.value)
foreach ($rerun in $rerunResults.results)
{
$rerunData = @{
"displayName" = "Attempt #$($attemptCount) - $($testResult.testCaseTitle)";
"displayName" = "Attempt #$($attemptCount + 1) - $($testResult.testCaseTitle)";
"durationInMs" = $rerun.duration;
"outcome" = $rerun.outcome;
}
Expand Down

0 comments on commit 84d8da3

Please sign in to comment.