Skip to content

Commit dc912e1

Browse files
author
Frode Nilsens
committed
Removed duplicate testcase
1 parent 1b8d18d commit dc912e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/GitVersionCore.Tests/VersionCalculation/Strategies/VersionInBranchBaseVersionStrategyTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ public class VersionInBranchBaseVersionStrategyTests
1515
[TestCase("release/2.0.0", "2.0.0")]
1616
[TestCase("hotfix-2.0.0", "2.0.0")]
1717
[TestCase("hotfix/2.0.0", "2.0.0")]
18-
[TestCase("hotfix/2.0.0", "2.0.0")]
1918
[TestCase("custom/JIRA-123", null)]
2019
public void CanTakeVersionFromBranchName(string branchName, string expectedBaseVersion)
2120
{

0 commit comments

Comments
 (0)