diff --git a/src/main/resources/generator/typescript/test/webapp/unit/common/domain/optional/Optional.spec.ts b/src/main/resources/generator/typescript/test/webapp/unit/common/domain/optional/Optional.spec.ts index bbccf67fae9..303084026aa 100644 --- a/src/main/resources/generator/typescript/test/webapp/unit/common/domain/optional/Optional.spec.ts +++ b/src/main/resources/generator/typescript/test/webapp/unit/common/domain/optional/Optional.spec.ts @@ -57,7 +57,7 @@ describe('Optional', () => { ).toBe('value'); }); - it('should filter valued optional with unmatching filter', () => { + it('should filter valued optional with non-matching filter', () => { expect( Optional.of('value') .filter(() => false)