needs to work xplat

This commit is contained in:
dfinke
2023-06-10 16:40:25 -04:00
parent cd2a70197c
commit 637c11c2e6

View File

@@ -42,7 +42,8 @@ South,Delaware,712,508.55
$actual.Rows | Should -Be 10
$actual.Columns | Should -Be 4
$actual.Address | Should -BeExactly "A1:D10"
$actual.Path | Should -BeExactly "TestDrive:\"
$actual.Path | Should -BeExactly ("TestDrive:" + [System.IO.Path]::DirectorySeparatorChar)
$actual.PropertyNames.Count | Should -Be 4
$actual.PropertyNames[0] | Should -BeExactly "Region"