Commit 1fc26af
committed
fix(merge): VerifyOutcome mock in TestEarlyAckOrdering (lv←main sync)
Same drift as prior sync: my aws-samples#616 early-ACK test mocked verify_build/verify_lint
with a bare bool, but the fork's resolved source returns VerifyOutcome
(build_outcome.passed) → AttributeError. Fixed both mocks to VerifyOutcome(passed=True).
Gates: cdk 173 suites/3416 tests + synth + eslint; agent 1412 tests + ruff + ty (no hang).1 parent 09fe5fd commit 1fc26af
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1988 | 1988 | | |
1989 | 1989 | | |
1990 | 1990 | | |
1991 | | - | |
1992 | | - | |
| 1991 | + | |
| 1992 | + | |
1993 | 1993 | | |
1994 | 1994 | | |
1995 | 1995 | | |
| |||
0 commit comments