1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-20 12:00:51 +02:00

[Huawei] Fix test

This commit is contained in:
Damien 'Psolyca' Gaignon 2024-02-13 00:18:48 +01:00
parent 264b6470cd
commit 874bb1a14e
No known key found for this signature in database
GPG Key ID: 9E9404E5D9E11843

View File

@ -332,6 +332,8 @@ public class DeviceConfig {
} else
throw new SupportedCommandsListException("Unknown tag encountered");
}
if (this.commandsLists.isEmpty())
throw new SupportedCommandsListException("CommandLists is empty");
}
}