Expose strategy runtime data APIs
This commit is contained in:
@@ -32,6 +32,7 @@ fn strategy_emits_target_weights_and_diagnostics() {
|
||||
subscriptions: &subscriptions,
|
||||
process_events: &[],
|
||||
active_process_event: None,
|
||||
active_datetime: None,
|
||||
})
|
||||
.expect("decision");
|
||||
|
||||
@@ -75,6 +76,7 @@ fn jq_strategy_emits_same_day_decision() {
|
||||
subscriptions: &subscriptions,
|
||||
process_events: &[],
|
||||
active_process_event: None,
|
||||
active_datetime: None,
|
||||
})
|
||||
.expect("jq decision");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user