Skip to content

Commit d5a7f0f

Browse files
test: OpenXML Tests ( Fixes #27 )
Fixing cell test
1 parent 7c5ef4e commit d5a7f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpenXML.tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ describe OpenXML {
1515
context Excel {
1616
it 'Can Get Cells' {
1717
$helloExcel = OpenXML ./Examples/HelloWorld.xlsx
18-
$helloExcel.Text -replace '^[\n\r]' | Should -Be 'Hello World'
18+
$helloExcel.Worksheets.Cell.Values | Should -Be 'Hello World'
1919
}
2020
}
2121
context PowerPoint {

0 commit comments

Comments
 (0)