Skip to content

Commit

Permalink
Success! Removing the intentional failed test
Browse files Browse the repository at this point in the history
  • Loading branch information
EwyBoy committed Jan 5, 2024
1 parent 55f77fd commit 4d8b50b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/SpaceWarpTest/API/Versions/SemanticVersionTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ public bool SemanticVersion_OperatorGreaterThanOrEqual_ComparesVersions(string v
return semanticVersion1 >= semanticVersion2;
}

[TestCase("1", ExpectedResult = "1")]
[TestCase("1.2.3", ExpectedResult = "1.2.3")]
[TestCase("1.2.3-alpha", ExpectedResult = "1.2.3-alpha")]
[TestCase("1.2.3-alpha+build1", ExpectedResult = "1.2.3-alpha+build1")]
Expand Down

0 comments on commit 4d8b50b

Please sign in to comment.