Skip to content

Commit 64e6b17

Browse files
ci(@nestjs) fix tests
1 parent 6a2b5a9 commit 64e6b17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/test/injector/module-token-factory.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ describe('ModuleTokenFactory', () => {
1010
});
1111
describe('create', () => {
1212
class Module {}
13-
it('should force global scope if it is not set', () => {
13+
it('should force global scope when it is not set', () => {
1414
const scope = 'global';
1515
const token = factory.create(
1616
Module as any,

0 commit comments

Comments
 (0)