Commit 2962989
fix(tests): await _compare_sequences in integration test (#938)
_compare_sequences is async and contains the only assertion that
src and dst sequence values match (assert src_val == dst_val), but
both call sites in _ensure_same_data invoked it without await. The
resulting coroutine was never run, so the assertion never fired and
the integration test silently passed even when sync-sequences left
sequences out of sync.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent bdd697a commit 2962989
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
461 | 461 | | |
462 | 462 | | |
463 | 463 | | |
464 | | - | |
| 464 | + | |
465 | 465 | | |
466 | 466 | | |
467 | 467 | | |
| |||
496 | 496 | | |
497 | 497 | | |
498 | 498 | | |
499 | | - | |
| 499 | + | |
500 | 500 | | |
501 | 501 | | |
502 | 502 | | |
| |||
0 commit comments