From 86e8d409e8277cc6ef4ae98d6099062c70776063 Mon Sep 17 00:00:00 2001 From: Quentin Date: Wed, 23 Oct 2024 22:37:11 +0200 Subject: [PATCH] Typo: unmatching=>non-matching --- .../test/webapp/unit/common/domain/optional/Optional.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)