mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-12 22:33:15 +00:00
Remove xl file after use in test
This commit is contained in:
@@ -230,6 +230,7 @@ Describe "Import-Excel on a sheet with no headings" {
|
|||||||
|
|
||||||
$actual.Count | Should -Be 1
|
$actual.Count | Should -Be 1
|
||||||
|
|
||||||
|
Remove-Item $xlfile
|
||||||
# Looks like -DataOnly does not handle empty columns
|
# Looks like -DataOnly does not handle empty columns
|
||||||
# $actual[0].FirstName | Should -BeExactly 'Jean-Claude'
|
# $actual[0].FirstName | Should -BeExactly 'Jean-Claude'
|
||||||
# $actual[0].SecondName | Should -BeExactly 'Vandamme'
|
# $actual[0].SecondName | Should -BeExactly 'Vandamme'
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user