From 7dc68f6263319bc8bac60babd8657eb59884ca3b Mon Sep 17 00:00:00 2001 From: enlineawork Date: Fri, 11 Sep 2026 23:37:53 -0300 Subject: [PATCH] =?UTF-8?q?test(f8):=20actualizar=20contrato=20de=20versi?= =?UTF-8?q?=C3=B3n=20Android?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api-v3/test/unit/f5-android-test-cut.test.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api-v3/test/unit/f5-android-test-cut.test.ts b/api-v3/test/unit/f5-android-test-cut.test.ts index 892fd9f..7a05d8a 100644 --- a/api-v3/test/unit/f5-android-test-cut.test.ts +++ b/api-v3/test/unit/f5-android-test-cut.test.ts @@ -7,11 +7,11 @@ function mountedRepoFile(path: string): string { return readFileSync(resolve(process.cwd(), '..', path), 'utf8'); } -test('F6.3 Android test cut targets production API and has a distinct installable debug version', () => { +test('F8 Android QA targets production API and has a distinct installable debug version', () => { const gradle = mountedRepoFile('android-app/app/build.gradle.kts'); - assert.match(gradle, /versionCode = 28/); - assert.match(gradle, /versionName = "0\.19\.0"/); + assert.match(gradle, /versionCode = 29/); + assert.match(gradle, /versionName = "0\.20\.0"/); assert.match(gradle, /https:\/\/dhv2\.korexlabs\.com\/api\/v3\//); assert.match(gradle, /applicationIdSuffix = "\.debug"/); }); @@ -25,4 +25,4 @@ test('F5/F6.3 field inventory exposes Other families as reviewable choices to An assert.match(service, /F5:SYSTEM:OTHER:%/); assert.match(service, /AS "isOther"/); assert.match(service, /isOtherFamily: family\.isOther/); -}); +}); \ No newline at end of file