From 40f439f1c457770b6d2275e1342b9c345700fa4a Mon Sep 17 00:00:00 2001
From: Daniel Seifert <git@daniel-seifert.com>
Date: Thu, 9 Jan 2025 22:08:37 +0100
Subject: [PATCH] change fixed length test

---
 tests/sensitiveMessageFormatterTest.php | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/tests/sensitiveMessageFormatterTest.php b/tests/sensitiveMessageFormatterTest.php
index c2fa6e6..74991c1 100644
--- a/tests/sensitiveMessageFormatterTest.php
+++ b/tests/sensitiveMessageFormatterTest.php
@@ -84,6 +84,12 @@ class sensitiveMessageFormatterTest extends ApiTestCase
             );
         }
 
+        $this->setValue(
+            $this->sut,
+            'fixedReplacementLength',
+            $fixedReplacementLenth
+        );
+
         $this->callMethod(
             $this->sut,
             'createReplacements',