Skip to content

Commit 35e4a06

Browse files
committed
f
1 parent 202fdf7 commit 35e4a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/core-decorator/test/decorators.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ describe('test/decorator.test.ts', () => {
6969
});
7070

7171
it('constructor should work', () => {
72-
const injectConstructors = PrototypeUtil.getInjectConstructors(ConstructorObject);
72+
const injectConstructors = PrototypeUtil.getInjectObjects(ConstructorObject);
7373
assert.deepStrictEqual(injectConstructors, [
7474
{ refIndex: 1, refName: 'cache', objName: 'cache' },
7575
{ refIndex: 0, refName: 'xCache', objName: 'fooCache' },

0 commit comments

Comments
 (0)