From fecde0ba4e36e4c80d9d79d756145ec9ce98ffc6 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Thu, 5 Sep 2024 10:57:49 +0200
Subject: [PATCH] OZG-6620 Refactoring test name

---
 .../lib/postfach-mail-form/postfach-mail.formservice.spec.ts    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/alfa-client/libs/postfach/src/lib/postfach-mail-form/postfach-mail.formservice.spec.ts b/alfa-client/libs/postfach/src/lib/postfach-mail-form/postfach-mail.formservice.spec.ts
index 6a56691103..d43d445057 100644
--- a/alfa-client/libs/postfach/src/lib/postfach-mail-form/postfach-mail.formservice.spec.ts
+++ b/alfa-client/libs/postfach/src/lib/postfach-mail-form/postfach-mail.formservice.spec.ts
@@ -88,7 +88,7 @@ describe('PostfachMailFormservice', () => {
     });
   });
 
-  describe('get signatur', () => {
+  describe('getSignatur', () => {
     const postfachSettings = createPostfachSettings();
 
     beforeEach(() => {
-- 
GitLab