From 817ed117a896a65d5b368b1e0cd83d200d510327 Mon Sep 17 00:00:00 2001 From: dfinke Date: Sun, 27 May 2018 13:30:17 -0400 Subject: [PATCH] test dir --- UnitTests/ImportExcelTests/Simple.tests.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/UnitTests/ImportExcelTests/Simple.tests.ps1 b/UnitTests/ImportExcelTests/Simple.tests.ps1 index cbfee63..7f620d3 100644 --- a/UnitTests/ImportExcelTests/Simple.tests.ps1 +++ b/UnitTests/ImportExcelTests/Simple.tests.ps1 @@ -8,7 +8,8 @@ Describe "test" { It "$PSScriptRoot\Simple.xlsx should exist" { # "$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\Simple.xlsx") | should be $true + (Test-Path "C:\projects\importexcel\UnitTests\ImportExcelTests") | should be $true # "$pwd\Simple.xlsx" | should be "C:\Users\Douglas\Documents\GitHub\ImportExcel\UnitTests\ImportExcelTests\Simple.xlsx" # ((ls "$pwd\Simple.xlsx") -eq $null) | should be $false