more dependencies and exclude ksin on other platforms
This commit is contained in:
@@ -22,7 +22,6 @@ fn main() {
|
||||
fn test_basic_device_access() {
|
||||
let mut device = match Device::new() {
|
||||
Ok(device) => device,
|
||||
Err(error) => return
|
||||
Err(_) => return
|
||||
};
|
||||
device.update_battery_level();
|
||||
}
|
||||
Reference in New Issue
Block a user