mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-28 21:06:50 +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