Fix GroupActionButton test
This commit is contained in:
parent
e6621a802b
commit
c0a22205f7
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ describe('<GroupActionButton />', () => {
|
|||
relationship: buildGroupRelationship({
|
||||
requested: false,
|
||||
member: true,
|
||||
role: 'admin',
|
||||
role: 'owner',
|
||||
}),
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue