diff --git a/tests/src/Navigation/Notifications/Entity/NotifyTest.php b/tests/src/Navigation/Notifications/Entity/NotifyTest.php
index 8db0d3ae8..fac8e4829 100644
--- a/tests/src/Navigation/Notifications/Entity/NotifyTest.php
+++ b/tests/src/Navigation/Notifications/Entity/NotifyTest.php
@@ -30,8 +30,8 @@ class NotifyTest extends FixtureTest
{
return [
'xss-notify' => [
- 'name' => 'Whiskers',
- 'message' => '{0} commented in the thread "If my username causes a pop up in a piece of software, that softwar…" from ',
+ 'name' => 'Whiskers',
+ 'message' => '{0} commented in the thread "If my username causes a pop up in a piece of software, that softwar…" from ',
'assertion' => 'Whiskers commented in the thread "If my username causes a pop up in a piece of software, that softwar…" from <script>alert("Tek");</script>',
],
];