File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -451,15 +451,15 @@ class ThingModelHelperTest {
451451 const modelUri = "file://./test/thing-model/tmodels/placeholderExtension/ThingWithPlaceholder.tm.jsonld" ;
452452 const placeholderThing = await this . thingModelHelpers . fetchModel ( modelUri ) ;
453453
454- const tdUri = "./test/thing-model/tmodels/placeholderExtension/thingExtended.jsonld" ;
454+ const tdUri = "./test/thing-model/tmodels/placeholderExtension/thingExtended.jsonld" ;
455455 const td = await fs . readFile ( tdUri , "utf-8" ) ;
456456 const tdJson = JSON . parse ( td ) ;
457457
458458 const map = {
459459 THING_MODEL : "extended_thing" ,
460460 THING_UUID_V4 : "bf2c24bc-9232-454d-ac17-90feb3647b71" ,
461461 MQTT_BROKER_ADDR : "example.org:1883" ,
462- }
462+ } ;
463463
464464 const options : CompositionOptions = {
465465 map,
You can’t perform that action at this time.
0 commit comments