Skip to content

Commit

Permalink
fix the test
Browse files Browse the repository at this point in the history
  • Loading branch information
foxriver76 committed Nov 22, 2024
1 parent f10979e commit 933212c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/controller/test/lib/testObjectsFunctions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit 933212c

Please sign in to comment.