Commit d10751e
committed
[fix] Fix immediate_downstream/upstream UNSET assertions in lineage tests
Change `is None` to `not` for immediate_downstream and immediate_upstream
checks to handle msgspec UNSET values in v9 lineage test assertions.
Made-with: Cursor1 parent 76c5b17 commit d10751e
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
519 | 519 | | |
520 | 520 | | |
521 | 521 | | |
522 | | - | |
| 522 | + | |
523 | 523 | | |
524 | 524 | | |
525 | 525 | | |
| |||
529 | 529 | | |
530 | 530 | | |
531 | 531 | | |
532 | | - | |
533 | | - | |
| 532 | + | |
| 533 | + | |
534 | 534 | | |
535 | 535 | | |
536 | 536 | | |
| |||
0 commit comments