()
| 432 | |
| 433 | #[test] |
| 434 | fn cascade_depth_check_fails_over_limit() { |
| 435 | let result = nodedb::control::trigger::fire_common::check_cascade_depth(100, "orders"); |
| 436 | assert!(result.is_err()); |
| 437 | } |
| 438 | |
| 439 | // --------------------------------------------------------------------------- |
| 440 | // RowBindings: BEFORE constructors |
nothing calls this directly
no test coverage detected