summaryrefslogtreecommitdiff
path: root/modules/user/tests
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user/tests')
-rw-r--r--modules/user/tests/User_Installer_Test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/tests/User_Installer_Test.php b/modules/user/tests/User_Installer_Test.php
index c7b6afbe..e3c6c7d6 100644
--- a/modules/user/tests/User_Installer_Test.php
+++ b/modules/user/tests/User_Installer_Test.php
@@ -48,7 +48,7 @@ class User_Installer_Test extends Unit_Test_Case {
$this->assert_equal("registered", $group->name);
$this->assert_equal(
- array("admin"),
+ array("admin", "joe"),
array_keys($group->users->select_list("name")));
}
}