Read-only imports + small test fix

This commit is contained in:
jhoneill
2019-06-11 15:09:36 +01:00
parent 48ca35b9ff
commit 7c2bbf9595
2 changed files with 8 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
Import-Module $PSScriptRoot\..\ImportExcel.psd1 -Force
$xlFile = ".\testSQL.xlsx"
$xlFile = "$env:TEMP\testSQL.xlsx"
Describe "ConvertFrom-ExcelToSQLInsert" {