update name

This commit is contained in:
dfinke
2018-05-27 13:16:03 -04:00
parent a10d59cbec
commit 8b51ac4159

View File

@@ -5,7 +5,7 @@ Describe "test" {
((Get-Command export-excel -ErrorAction SilentlyContinue) -eq $null) | Should Be $false ((Get-Command export-excel -ErrorAction SilentlyContinue) -eq $null) | Should Be $false
} }
It '$PSScriptRoot\Simple.xlsx should exist' { It "$PSScriptRoot\Simple.xlsx should exist" {
Test-Path $PSScriptRoot\Simple.xlsx | Should Be $true Test-Path $PSScriptRoot\Simple.xlsx | Should Be $true
} }
} }