diff --git a/UnitTests/ImportExcelTests/Simple.tests.ps1 b/UnitTests/ImportExcelTests/Simple.tests.ps1 index 7f620d3..022c3fb 100644 --- a/UnitTests/ImportExcelTests/Simple.tests.ps1 +++ b/UnitTests/ImportExcelTests/Simple.tests.ps1 @@ -9,7 +9,8 @@ Describe "test" { # "$PSScriptRoot\Simple.xlsx" | should be "C:\projects\importexcel\UnitTests\ImportExcelTests\Simple.xlsx" # (Test-Path "C:\projects\importexcel\UnitTests\ImportExcelTests\Simple.xlsx") | should be $true - (Test-Path "C:\projects\importexcel\UnitTests\ImportExcelTests") | should be $true + # (Test-Path "C:\projects\importexcel\UnitTests\ImportExcelTests") | should be $true + @(ls "C:\projects\importexcel\UnitTests\ImportExcelTests").count | should be 2 # "$pwd\Simple.xlsx" | should be "C:\Users\Douglas\Documents\GitHub\ImportExcel\UnitTests\ImportExcelTests\Simple.xlsx" # ((ls "$pwd\Simple.xlsx") -eq $null) | should be $false