[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
|
@Nullable
|
||||||
private RoombaHandler handler;
|
private RoombaHandler handler;
|
||||||
// We have to initialize it to avoid compile errors
|
// 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
|
@Nullable
|
||||||
private ThingHandlerCallback callback;
|
private ThingHandlerCallback callback;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue