format tests !deploy
This commit is contained in:
@@ -15,7 +15,7 @@ Describe "Function: Get-Chronometer" -Tag Build {
|
|||||||
$params = @{
|
$params = @{
|
||||||
Path = "$PSScriptRoot\..\ScratchFiles\example.ps1"
|
Path = "$PSScriptRoot\..\ScratchFiles\example.ps1"
|
||||||
Script = {. "$PSScriptRoot\..\ScratchFiles\example.ps1"}
|
Script = {. "$PSScriptRoot\..\ScratchFiles\example.ps1"}
|
||||||
LineNumber = 2,3,5,6
|
LineNumber = 2, 3, 5, 6
|
||||||
}
|
}
|
||||||
$results = Get-Chronometer @params
|
$results = Get-Chronometer @params
|
||||||
$results | Should Not BeNullOrEmpty
|
$results | Should Not BeNullOrEmpty
|
||||||
|
|||||||
Reference in New Issue
Block a user