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
@@ -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/);