Skip to content

Commit 01d3909

Browse files
committed
fix tests on windows
1 parent c228040 commit 01d3909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

updater/tests/update-changelog.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ Describe 'update-changelog' {
3030
-Section 'Dependencies'
3131

3232
# verify the full output matches expected
33-
Get-Content -Raw "$testCasePath/CHANGELOG.md" | Should -Be (Get-Content -Raw "$testCasePath/CHANGELOG.md.expected")
33+
Get-Content "$testCasePath/CHANGELOG.md" | Should -Be (Get-Content "$testCasePath/CHANGELOG.md.expected")
3434
}
3535
}

0 commit comments

Comments
 (0)