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