This commit is contained in:
dfinke
2022-06-12 10:49:05 -04:00
parent ab56ae4409
commit 89a4cfde0d

View File

@@ -23,7 +23,7 @@ Describe 'Different ways to import sheets' -Tag ImportExcelReadSheets {
$actual.keys.Count | Should -Be 2
$actual["March"].Count | Should -Be 100
$actual["June"].Count | Should -Be 100x`
$actual["June"].Count | Should -Be 100
}
It 'Should read all the sheets' {