Skip to content

Commit f98c5fd

Browse files
fix(test): drop stale fixture root imports in application tests
Restoring the shared fixture root helper (bcde960) fixed work_placement_service but left multi_root_scope_set and workflow_fan_out_census importing a helper they never call, failing the blocking clippy policy (-D unused-imports) on this branch. Co-authored-by: Zack Jackson <ScriptedAlchemy@users.noreply.github.com>
1 parent 1be55c1 commit f98c5fd

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

crates/tracedecay-application/tests/multi_root_scope_set.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ mod common;
33
use std::collections::BTreeSet;
44
use std::fmt;
55

6-
use common::fixture_abs_root;
76
use serde_json::json;
87
use tracedecay_application::{
98
AuthorizedRootAdmission, AuthorizedScopeSet, AuthorizedScopeSetAuthority, CancellationContext,

crates/tracedecay-application/tests/workflow_fan_out_census.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ mod common;
22

33
use std::collections::{BTreeMap, BTreeSet};
44

5-
use common::fixture_abs_root;
65
use tracedecay_application::{
76
CancellationContext, WorkflowFailurePolicy, WorkflowFanOutCensusEvidenceV1,
87
WorkflowFanOutRequest, WorkflowProviderAdmission, derive_workflow_fan_out_census,

0 commit comments

Comments
 (0)