[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