From d8ae8b1abc7593381bb2253bf61983f288a97776 Mon Sep 17 00:00:00 2001 From: dfinke Date: Sun, 7 Feb 2021 11:19:43 -0500 Subject: [PATCH] change to testdrive --- __tests__/Join-Worksheet.tests.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/__tests__/Join-Worksheet.tests.ps1 b/__tests__/Join-Worksheet.tests.ps1 index 06ec66e..ee3c1b9 100644 --- a/__tests__/Join-Worksheet.tests.ps1 +++ b/__tests__/Join-Worksheet.tests.ps1 @@ -160,8 +160,8 @@ Describe "Join Worksheet part 2" -Tags JoinWorksheetPart2 { 12010,103 12011,104 "@ - - $xlfile = "$env:TEMP\testJoin.xlsx" + + $xlfile = "TestDrive:\Test.xlsx" Remove-Item $xlfile -ErrorAction SilentlyContinue $Sales | Export-Excel $xlfile -WorksheetName Sales