From 560734c0b89bb98e79da60e80b12d0a251df3135 Mon Sep 17 00:00:00 2001 From: enlineawork Date: Wed, 9 Sep 2026 11:04:21 -0300 Subject: [PATCH] test(f6): advance health metadata contract --- api-v3/test/unit/f4-health-metadata.test.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api-v3/test/unit/f4-health-metadata.test.ts b/api-v3/test/unit/f4-health-metadata.test.ts index 048c707..21615db 100644 --- a/api-v3/test/unit/f4-health-metadata.test.ts +++ b/api-v3/test/unit/f4-health-metadata.test.ts @@ -2,7 +2,7 @@ import assert from 'node:assert/strict'; import test from 'node:test'; import { API_PHASE, API_VERSION } from '../../src/version'; -test('health metadata reports the current F5 release', () => { - assert.equal(API_PHASE, 'F5'); - assert.equal(API_VERSION, '0.26.0-1'); -}); +test('health metadata reports the current F6 release', () => { + assert.equal(API_PHASE, 'F6'); + assert.equal(API_VERSION, '0.28.0-1'); +}); \ No newline at end of file