diff --git a/packages/controller/test/lib/testObjectsFunctions.ts b/packages/controller/test/lib/testObjectsFunctions.ts index 625f7deeb..f329095e0 100644 --- a/packages/controller/test/lib/testObjectsFunctions.ts +++ b/packages/controller/test/lib/testObjectsFunctions.ts @@ -104,7 +104,7 @@ export function register(it: Mocha.TestFunction, expect: Chai.ExpectStatic, cont }); expect(res).to.be.ok; - expect(res.id).to.be.equal(id); + expect(res.id).to.be.equal(`${context.adapter.namespace}.${id}`); }); it(`${testName}setForeignObject without callback is async`, async () => {