We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c228040 commit 01d3909Copy full SHA for 01d3909
updater/tests/update-changelog.Tests.ps1
@@ -30,6 +30,6 @@ Describe 'update-changelog' {
30
-Section 'Dependencies'
31
32
# verify the full output matches expected
33
- Get-Content -Raw "$testCasePath/CHANGELOG.md" | Should -Be (Get-Content -Raw "$testCasePath/CHANGELOG.md.expected")
+ Get-Content "$testCasePath/CHANGELOG.md" | Should -Be (Get-Content "$testCasePath/CHANGELOG.md.expected")
34
}
35
0 commit comments