diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-04-23 10:03:39 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-04-23 10:03:39 +0200 |
commit | 28bc4089d09c225e77c8255b0cb3a33ea2e1020a (patch) | |
tree | 23669087ea82bafbcab2e815294ad1e8238ea5d5 /tests/unit | |
parent | 2bca612a92afa72482d42e9844c3b994aa9e3ab9 (diff) | |
download | volse-hubzilla-28bc4089d09c225e77c8255b0cb3a33ea2e1020a.tar.gz volse-hubzilla-28bc4089d09c225e77c8255b0cb3a33ea2e1020a.tar.bz2 volse-hubzilla-28bc4089d09c225e77c8255b0cb3a33ea2e1020a.zip |
fix permission role test
Diffstat (limited to 'tests/unit')
-rw-r--r-- | tests/unit/Access/PermissionRolesTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/Access/PermissionRolesTest.php b/tests/unit/Access/PermissionRolesTest.php index f2636da62..58fd88bb1 100644 --- a/tests/unit/Access/PermissionRolesTest.php +++ b/tests/unit/Access/PermissionRolesTest.php @@ -62,7 +62,7 @@ class PermissionRolesTest extends UnitTestCase { $this->assertEquals($roles, $r->roles()); $socialNetworking = [ - 'social_party' => 'Social - Party', + 'social_federation' => 'Social - Federation', 'social' => 'Social - Mostly Public', 'social_restricted' => 'Social - Restricted', 'social_private' => 'Social - Private' |