mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
test: Test if major and minor version bump is checked properly
This commit is contained in:
parent
29aa80104d
commit
737681173c
1 changed files with 2 additions and 0 deletions
|
@ -76,6 +76,8 @@ class AppUpdateCheckerTest {
|
||||||
@Test
|
@Test
|
||||||
fun `Prod should get latest Prod build (Check for Betas)`() {
|
fun `Prod should get latest Prod build (Check for Betas)`() {
|
||||||
assertTrue(isNewVersion("1.2.4-b1", "1.2.3"))
|
assertTrue(isNewVersion("1.2.4-b1", "1.2.3"))
|
||||||
|
assertTrue(isNewVersion("1.3.0-b1", "1.2.3"))
|
||||||
|
assertTrue(isNewVersion("2.0.0-b1", "1.2.3"))
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue