Skip to content

Commit

Permalink
[xharness] Fix typo in test case creating two identical test cases. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne authored and mandel-macaque committed Oct 5, 2020
1 parent 6d0866f commit 3408f0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public void IsValidXmlTest (XmlResultJargon jargon)


[TestCase ("nunit-", XmlResultJargon.NUnitV2)]
[TestCase ("nunit-", XmlResultJargon.NUnitV2)]
[TestCase ("nunit-", XmlResultJargon.NUnitV3)]
[TestCase ("nunit-", XmlResultJargon.TouchUnit)]
[TestCase ("xunit-", XmlResultJargon.xUnit)]
public void GetXmlFilePathTest (string prefix, XmlResultJargon jargon)
Expand Down

0 comments on commit 3408f0f

Please # to comment.