Commit c256046
committed
test(sql-orm-client): clarify the FK-include control case in the M:N suite
The test asserting that a 1:N FK include still lowers without a junction
join carried an opaque name ("FK include path is unchanged (no
regression)") that didn't say what it checks or how it relates to M:N.
Rename it to state the asserted lowering and add a comment marking it as
the control case for the junction-join branch — it pins that the branch
fires only for N:M relations and never leaks into the FK include path.
Signed-off-by: Alexey Orlenko's AI Agent <robot@aqrln.net>1 parent dc5bdc0 commit c256046
1 file changed
Lines changed: 7 additions & 2 deletions
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
759 | 759 | | |
760 | 760 | | |
761 | 761 | | |
762 | | - | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
763 | 769 | | |
764 | 770 | | |
765 | 771 | | |
| |||
773 | 779 | | |
774 | 780 | | |
775 | 781 | | |
776 | | - | |
777 | 782 | | |
778 | 783 | | |
779 | 784 | | |
| |||
0 commit comments