Skip to content

Commit

Permalink
Fixes broken test due to the validation change
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonis Lilis committed Nov 25, 2022
1 parent a532bab commit 6dd4699
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class WordPressPublicDataTest {

@Test
fun `Invalid versions should return a null non semantic version`() {
mockVersion("21.2...-rc2")
mockVersion("21.a2...-rc2")
val actual = classToTest.nonSemanticPackageVersion()
val expected = null
Assertions.assertThat(actual).isEqualTo(expected)
Expand Down

0 comments on commit 6dd4699

Please sign in to comment.