(id: &str)
| 23 | // --------------------------------------------------------------------------- |
| 24 | |
| 25 | fn row(id: &str) -> TriggerBatchRow { |
| 26 | TriggerBatchRow::from_decoded(Some(std::collections::HashMap::new()), None, id.to_string()) |
| 27 | } |
| 28 | |
| 29 | #[test] |
| 30 | fn collector_batches_at_threshold() { |
no test coverage detected