Skip to content

Commit 72d2759

Browse files
committed
move example WoT model for test to eclipse domain
1 parent 692ffdf commit 72d2759

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

things/service/src/test/java/org/eclipse/ditto/things/service/persistence/actors/strategies/commands/MigrateThingDefinitionStrategyTest.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
import org.eclipse.ditto.things.model.ThingsModelFactory;
2929
import org.eclipse.ditto.things.model.signals.commands.modify.MigrateThingDefinition;
3030
import org.eclipse.ditto.things.model.signals.commands.modify.MigrateThingDefinitionResponse;
31-
import org.eclipse.ditto.things.model.signals.events.ThingEvent;
3231
import org.eclipse.ditto.things.model.signals.events.ThingDefinitionMigrated;
32+
import org.eclipse.ditto.things.model.signals.events.ThingEvent;
3333
import org.eclipse.ditto.things.service.persistence.actors.ETagTestUtils;
3434
import org.junit.Before;
3535
import org.junit.Test;
@@ -60,7 +60,7 @@ public void migrateExistingThing() {
6060
.set("attributes", JsonFactory.newObjectBuilder().set("manufacturer", "New Corp").build())
6161
.build();
6262

63-
final String thingDefinitionUrl = "https://eclipse-ditto.github.io/ditto-examples/wot/models/dimmable-colored-lamp-1.0.0.tm.jsonld";
63+
final String thingDefinitionUrl = "https://eclipse.dev/ditto/wot/example-models/dimmable-colored-lamp-1.0.0.tm.jsonld";
6464

6565
final MigrateThingDefinition command = MigrateThingDefinition.of(
6666
thingId,

0 commit comments

Comments
 (0)