mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-10 13:23:29 +00:00
update name
This commit is contained in:
@@ -5,7 +5,7 @@ Describe "test" {
|
||||
((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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user