From a74c560ecafc0c6e63f1e0fc8191e85b066a05ef Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 11 Nov 2013 00:02:12 +0100 Subject: [PATCH] [ticket/11525] Fix expected value of group avatar test PHPBB3-11525 --- tests/avatar/manager_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/avatar/manager_test.php b/tests/avatar/manager_test.php index 47d19be66d..e9f622bfde 100644 --- a/tests/avatar/manager_test.php +++ b/tests/avatar/manager_test.php @@ -233,7 +233,7 @@ class phpbb_avatar_manager_test extends PHPUnit_Framework_TestCase ), array( 'avatar' => '', - 'id' => 4, + 'id' => 'g4', 'user_id' => 5, ), 'group',