Update unit expectations for hardened flows

This commit is contained in:
Jeppe B
2026-06-02 01:53:58 +02:00
parent 0bf19c9d33
commit a2e525fa9e
6 changed files with 22 additions and 18 deletions
@@ -1386,8 +1386,8 @@ it('applies default caps for wide question trees and reports progress', function
->and($projection['summary']['terminal_path_count'])->toBe(1023)
->and($projection['summary']['outcome_count'])->toBe(2)
->and($projection['summary']['path_sample_count'])->toBe(200)
->and($projection['progress']['complete'])->toBeTrue()
->and($projection['progress']['percent'])->toBe(100)
->and($projection['progress']['complete'])->toBeFalse()
->and($projection['progress']['percent'])->toBe(99)
->and($projection['paths'])->toHaveCount(200)
->and($projection['paths'][0]['answers'])->toHaveCount(12)
->and($projection['paths'][0]['result'])->toBe('Allowed')