mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 17:11:56 +01:00
[Huawei] Fix test
This commit is contained in:
parent
264b6470cd
commit
874bb1a14e
@ -332,6 +332,8 @@ public class DeviceConfig {
|
||||
} else
|
||||
throw new SupportedCommandsListException("Unknown tag encountered");
|
||||
}
|
||||
if (this.commandsLists.isEmpty())
|
||||
throw new SupportedCommandsListException("CommandLists is empty");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user