Commit a88fa29
authored
chore(aio): align terminal-hydration test with single chain fetch
Main's #3744 (avoid redundant terminal history fetches) made a terminal
resume-chain hydration issue one whole-chain fetch instead of an
ancestor+current pair, so the expected call count after the terminal
watch drops from 4 to 3. The regression the test pins is unchanged: the
terminal hydration must start its own fetch rather than dedupe onto the
in-flight resume-chain hydration (count would stay 2 if mode-keying
broke).
Generated-By: PostHog Code
Task-Id: 0c511836-2180-455a-9b58-45df2a0661ec1 parent 625c495 commit a88fa29
1 file changed
Lines changed: 3 additions & 3 deletions
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1919 | 1919 | | |
1920 | 1920 | | |
1921 | 1921 | | |
1922 | | - | |
1923 | | - | |
| 1922 | + | |
| 1923 | + | |
1924 | 1924 | | |
1925 | 1925 | | |
1926 | 1926 | | |
1927 | | - | |
| 1927 | + | |
1928 | 1928 | | |
1929 | 1929 | | |
1930 | 1930 | | |
| |||
0 commit comments