Add additional tests

This commit is contained in:
dfinke
2022-06-12 10:42:16 -04:00
parent ef35c4fca8
commit ab56ae4409
4 changed files with 26 additions and 6 deletions

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 100
$actual["June"].Count | Should -Be 100x`
}
It 'Should read all the sheets' {