Skip to content

Commit 86fe6b6

Browse files
Update Canary.Utilities.psm1
1 parent 0e1dbe0 commit 86fe6b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CanaryValidator/Canary.Utilities.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ function Log-JSONReport
7474
{
7575
$CurrentUseCase.Add("Name", $name)
7676
$CurrentUseCase.Add("StartTime", $time)
77-
$UseCaseStack.Push($UseCase)
77+
$UseCaseStack.Push($CurrentUseCase)
7878
}
7979
}
8080
elseif ($Message.Contains("[END]"))

0 commit comments

Comments
 (0)