Commit eb9cd45
committed
fix: remove transaction commits from cascade delete test
Cascade delete behavior works within transactions after flush().
Remove commit() calls that close transaction prematurely.
Fixes test: TestDatabaseIntegrity::test_cascade_delete_all_related_configs1 parent 4e74d54 commit eb9cd45
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
592 | 592 | | |
593 | 593 | | |
594 | 594 | | |
595 | | - | |
596 | 595 | | |
597 | 596 | | |
598 | 597 | | |
599 | 598 | | |
600 | | - | |
601 | 599 | | |
602 | 600 | | |
603 | 601 | | |
| |||
0 commit comments