From e00e0253cdb950841fae930fb77d28b7ea900ca9 Mon Sep 17 00:00:00 2001 From: Kevin Marquette Date: Fri, 28 Dec 2018 15:13:45 -0800 Subject: [PATCH] format tests !deploy --- Tests/Get-Chronometer.Tests.ps1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Tests/Get-Chronometer.Tests.ps1 b/Tests/Get-Chronometer.Tests.ps1 index 1462c47..cb53134 100644 --- a/Tests/Get-Chronometer.Tests.ps1 +++ b/Tests/Get-Chronometer.Tests.ps1 @@ -13,9 +13,9 @@ Describe "Function: Get-Chronometer" -Tag Build { It "Executes a script with line numbers and gives results" { # Get-Chronometer -Path ScratchFiles\example.ps1 -Script {"Test"} $params = @{ - Path = "$PSScriptRoot\..\ScratchFiles\example.ps1" - Script = {. "$PSScriptRoot\..\ScratchFiles\example.ps1"} - LineNumber = 2,3,5,6 + Path = "$PSScriptRoot\..\ScratchFiles\example.ps1" + Script = {. "$PSScriptRoot\..\ScratchFiles\example.ps1"} + LineNumber = 2, 3, 5, 6 } $results = Get-Chronometer @params $results | Should Not BeNullOrEmpty