1
0
mirror of https://github.com/bspeice/qadapt synced 2024-09-21 01:11:29 -04:00
qadapt/tests/inactive.rs

5 lines
64 B
Rust
Raw Normal View History

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