qadapt/tests/inactive.rs

5 lines
64 B
Rust

#[test]
fn is_inactive() {
assert!(!qadapt::is_active());
}