Fix GroupActionButton test

This commit is contained in:
Alex Gleason 2023-03-17 16:14:23 -05:00
parent e6621a802b
commit c0a22205f7
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -98,7 +98,7 @@ describe('<GroupActionButton />', () => {
relationship: buildGroupRelationship({ relationship: buildGroupRelationship({
requested: false, requested: false,
member: true, member: true,
role: 'admin', role: 'owner',
}), }),
}); });
}); });