huskies: merge 1017
This commit is contained in:
@@ -181,6 +181,7 @@ fn status_shows_cost_when_token_usage_exists() {
|
||||
usage,
|
||||
);
|
||||
crate::agents::token_usage::append_record(tmp.path(), &record).unwrap();
|
||||
crate::service::agents::cost_rollup::init_from_disk(tmp.path());
|
||||
|
||||
let agents = AgentPool::new_test(3000);
|
||||
let output = build_status_from_items(tmp.path(), &agents, &items);
|
||||
@@ -239,6 +240,7 @@ fn status_aggregates_multiple_records_per_story() {
|
||||
);
|
||||
crate::agents::token_usage::append_record(tmp.path(), &record).unwrap();
|
||||
}
|
||||
crate::service::agents::cost_rollup::init_from_disk(tmp.path());
|
||||
|
||||
let agents = AgentPool::new_test(3000);
|
||||
let output = build_status_from_items(tmp.path(), &agents, &items);
|
||||
|
||||
Reference in New Issue
Block a user