Skip to content

Commit

Permalink
Pushing a test that fails to test if the workflow also fails
Browse files Browse the repository at this point in the history
  • Loading branch information
EwyBoy committed Jan 5, 2024
1 parent e34acc3 commit 55f77fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SpaceWarpTest/API/Versions/SemanticVersionTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ 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 55f77fd

Please sign in to comment.