Commit eb292da
committed
fix(test): the content-cache answer for a repeated payload is not a defect
Every file the writer produces carries the same bytes, so once the content
cache has seen them content_changed is legitimately false for the rest -- and
the settled event this test now selects can be one of those. The claim moves to
where it is actually true: the first sight of those bytes.1 parent 174b087 commit eb292da
1 file changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
390 | 390 | | |
391 | 391 | | |
392 | 392 | | |
393 | | - | |
394 | 393 | | |
395 | 394 | | |
396 | 395 | | |
| |||
399 | 398 | | |
400 | 399 | | |
401 | 400 | | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
402 | 410 | | |
403 | 411 | | |
404 | 412 | | |
| |||
0 commit comments