mirror of
https://github.com/bspeice/qadapt
synced 2024-11-14 10:08:08 -05:00
5 lines
64 B
Rust
5 lines
64 B
Rust
#[test]
|
|
fn is_inactive() {
|
|
assert!(!qadapt::is_active());
|
|
}
|