Update unit expectations for hardened flows
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user