Skip to content

Commit

Permalink
Remove merge conflict artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
fflaten committed Apr 28, 2024
1 parent 04e4a99 commit a08eb61
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/functions/TestResults.NUnit3.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,8 @@ function Write-NUnit3Report([Pester.Run] $Result, [System.Xml.XmlWriter] $XmlWri
}

function Write-NUnit3TestRunAttributes {
<<<<<<< Updated upstream
[Diagnostics.CodeAnalysis.SuppressMessageAttribute('PSUseSingularNouns', '')]
param($Result, [System.Xml.XmlWriter] $XmlWriter)
=======
[Diagnostics.CodeAnalysis.SuppressMessageAttribute('PSUseSingularNouns','')]
param([Pester.Run] $Result, [System.Xml.XmlWriter] $XmlWriter)
>>>>>>> Stashed changes

$XmlWriter.WriteAttributeString('id', '0')
$XmlWriter.WriteAttributeString('name', $Result.Configuration.TestResult.TestSuiteName.Value) # required attr. in schema, but not in docs or nunit-console output...
Expand Down

0 comments on commit a08eb61

Please sign in to comment.