Skip to content

Commit 951a851

Browse files
committed
fix data backward compatibility test
1 parent b7f81da commit 951a851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jvmTest/kotlin/com/sunnychung/application/multiplatform/hellohttp/test/DataBackwardCompatibilityTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class DataBackwardCompatibilityTest {
4040
companion object {
4141
@JvmStatic
4242
fun appVersionsHavingTestData(): List<String> =
43-
listOf("1.5.2", "1.6.0", "1.7.0", "1.7.1", "1.7.2") // sorted by versions ascending
43+
listOf("1.5.2", "1.6.0", "1.7.0", "1.7.1", "1.7.2", "1.7.3") // sorted by versions ascending
4444
}
4545

4646
internal fun currentAppVersionExcludingLabel(): String =

0 commit comments

Comments
 (0)