[luftdateninfo] Fix tests (fix thing UID and thing type UID) (#12624)
Fix #12622 Signed-off-by: Laurent Garnier <lg.hc@free.fr>pull/12634/head
parent
4329115f00
commit
e42202d2e5
|
@ -111,12 +111,12 @@ public class ThingMock implements Thing {
|
|||
|
||||
@Override
|
||||
public ThingUID getUID() {
|
||||
return new ThingUID("", "");
|
||||
return new ThingUID("luftdateninfo", "test");
|
||||
}
|
||||
|
||||
@Override
|
||||
public ThingTypeUID getThingTypeUID() {
|
||||
return new ThingTypeUID("");
|
||||
return new ThingTypeUID("luftdateninfo:any");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue