Skip to content

Commit

Permalink
Add patch version num test
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
  • Loading branch information
pditommaso committed Apr 13, 2023
1 parent a2f3bb2 commit 42ae636
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ class CustomVersionManagerTest extends Specification {
'1.1.0' | '1.0.0' | 1
'1.0.0' | '1.0.1' | -1
and:
'1.0.0' | '1.0.0-patch0'| 1
and:
'20.01.1' | '20.01.1' | 0
'20.02.1' | '20.01.1' | 1
'20.02.1' | '20.02.2' | -1
Expand Down

0 comments on commit 42ae636

Please sign in to comment.