Skip to content

Commit

Permalink
removed unused
Browse files Browse the repository at this point in the history
  • Loading branch information
CyonAlexRDX committed Dec 20, 2024
1 parent d188a1d commit 4f6de0c
Showing 1 changed file with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1047,20 +1047,6 @@ mod tests {
SelectedFactorSourcesForRoleStatus::Suboptimal
);
}

#[test]
fn lenient() {
// ARRANGE
let sut = SUT::lenient();
sut.add_factor_source_to_primary_threshold(
FactorSourceID::sample_device(),
);

// ACT
sut.add_factor_source_to_primary_threshold(
FactorSourceID::sample_device(), // two Device FS should be allowed when lenient
);
}
}

#[cfg(test)]
Expand Down

0 comments on commit 4f6de0c

Please sign in to comment.