test(f4): align legacy contracts with lifecycle model
This commit is contained in:
@@ -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'\)/);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user