test(f4): align legacy contracts with lifecycle model
This commit is contained in:
@@ -19,7 +19,8 @@ test('D5.3.15/F4 exposes global acts and report emission after an Act is SEALED'
|
||||
test('D5.3.15/F4 freezes the immutable sealed Act snapshot as the INF source', () => {
|
||||
assert.match(reportService, /assertMobileInspector\(principal\)/);
|
||||
assert.match(reportService, /final_snapshot AS "finalSnapshot"/);
|
||||
assert.match(reportService, /DocumentSequenceType\.REPORT/);
|
||||
assert.match(reportService, /const reportNumber = act\.actNumber/);
|
||||
assert.match(reportService, /act\.code\.replace\(\/\^ACT-\/, 'INF-'\)/);
|
||||
assert.match(reportService, /sha256CanonicalJson\(frozenSnapshot\)/);
|
||||
assert.match(reportService, /InspectionReportStatus\.WORKING/);
|
||||
assert.match(reportService, /INSPECTION_REPORT_GENERATED/);
|
||||
|
||||
Reference in New Issue
Block a user