test(f4): align legacy contracts with lifecycle model

This commit is contained in:
2026-09-08 14:39:55 -03:00
parent 7b6460dff2
commit 4df8f40dd4
14 changed files with 73 additions and 87 deletions
@@ -24,7 +24,7 @@ test('D5.3.20 stores an integrity-checked Word artifact without changing the fro
assert.match(migration, /word_sha256 char\(64\)/);
assert.match(migration, /word_generated_at timestamptz/);
assert.match(wordService, /createHash\('sha256'\)/);
assert.match(wordService, /word_status = 'READY'/);
assert.match(wordService, /word_status\s*=\s*'READY'/);
assert.match(controller, /@Get\(':id\/word'\)/);
});