From 284e1f7eb276f27957a0cd54d58a6be4acdcea45 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Thu, 8 Jul 2021 19:44:11 +0100 Subject: [PATCH] fix test after language change --- tests/AliasHandlerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/AliasHandlerTest.php b/tests/AliasHandlerTest.php index c54e0d56..71f304d3 100644 --- a/tests/AliasHandlerTest.php +++ b/tests/AliasHandlerTest.php @@ -147,7 +147,7 @@ class AliasHandlerTest extends \PHPUnit\Framework\TestCase $this->assertNotEmpty($x->errormsg); $this->assertEquals( [ - 'goto' => "david.test@example.com: Alias may not point to itself", + 'goto' => "david.test@example.com: Forward may not point to itself", 0 => "one or more values are invalid!" ], $x->errormsg); }