chore: rename OrganizationRole to Role (#3387)
This commit is contained in:
@@ -2046,7 +2046,7 @@ void main() {
|
||||
|
||||
setUp(() {
|
||||
membership = OrganizationMembership(
|
||||
role: OrganizationRole.admin,
|
||||
role: Role.admin,
|
||||
organization: Organization.forTest(),
|
||||
);
|
||||
response = GetOrganizationsResponse(organizations: [membership]);
|
||||
|
||||
Reference in New Issue
Block a user