Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fflaten committed Jul 12, 2024
1 parent b1f7f2e commit c643f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tst/functions/Coverage.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ InPesterModuleScope {
$coberturaReportXml = $coberturaReportXml.Replace($root.Replace('\', '/'), 'CommonRoot')
(Clear-WhiteSpace $coberturaReportXml) | Should -Be (Clear-WhiteSpace '
<?xml version="1.0" ?>
<!DOCTYPE coverage SYSTEM "https://raw.githubusercontent.com/cobertura/cobertura/master/cobertura/src/site/htdocs/xml/coverage-loose.dtd">
<!DOCTYPE coverage SYSTEM "coverage-loose.dtd">
<coverage lines-valid="16" lines-covered="14" line-rate="0.875" branches-valid="0"
branches-covered="0" branch-rate="1" timestamp="" version="0.1">
<sources>
Expand Down

0 comments on commit c643f5e

Please sign in to comment.