Skip to content

Commit 06f377c

Browse files
fix(core): fix container unit tests (global module)
1 parent 85a5b3c commit 06f377c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/test/injector/container.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ describe('NestContainer', () => {
9595
});
9696
describe('when dynamic module is globally scoped', () => {
9797
it('should return true', () => {
98-
expect(container.isGlobalModule(TestModule, { isGlobal: true })).to.be
98+
expect(container.isGlobalModule(TestModule, { global: true })).to.be
9999
.true;
100100
});
101101
});

0 commit comments

Comments
 (0)