mirror of
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation.git
synced 2026-08-09 15:19:11 +02:00
build(ci): ensure device list is not empty
This commit is contained in:
parent
55af9605a4
commit
fa69801e99
1 changed files with 1 additions and 0 deletions
|
|
@ -136,6 +136,7 @@ mod tests {
|
|||
settings.device.device_id = device_id.clone();
|
||||
Config::save_changes(&settings, &device_id);
|
||||
let config = Config::load_configuration_file();
|
||||
assert!(!config.devices.is_empty(), "Devices list is empty after saving changes!");
|
||||
assert_eq!(config.devices[0].device_id, device_id);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue