[irobot] Fix failing test (fix thing UID) (#12623)

Fix #12621

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
lolodomo 2022-04-18 19:35:17 +02:00 committed by GitHub
parent 532a03375a
commit 4329115f00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;