mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-25 14:55:55 +01:00
[irobot] Fix failing test (fix thing UID) (#12623)
Fix #12621 Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
parent
532a03375a
commit
4329115f00
@ -60,7 +60,7 @@ public class RoombaHandlerTest {
|
||||
@Nullable
|
||||
private RoombaHandler handler;
|
||||
// We have to initialize it to avoid compile errors
|
||||
private @Mock Thing thing = new ThingImpl(new ThingTypeUID("AA:BB"), "");
|
||||
private @Mock Thing thing = new ThingImpl(new ThingTypeUID("AA:BB"), "test");
|
||||
@Nullable
|
||||
private ThingHandlerCallback callback;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user