Remove xl file after use in test

This commit is contained in:
dfinke
2022-04-29 20:39:15 -04:00
parent 91b0e8b0ed
commit a10ade898a
2 changed files with 1 additions and 0 deletions

View File

@@ -230,6 +230,7 @@ Describe "Import-Excel on a sheet with no headings" {
$actual.Count | Should -Be 1
Remove-Item $xlfile
# Looks like -DataOnly does not handle empty columns
# $actual[0].FirstName | Should -BeExactly 'Jean-Claude'
# $actual[0].SecondName | Should -BeExactly 'Vandamme'

Binary file not shown.