Skip to content

Commit af4a60a

Browse files
chore(tests): improve enum examples (#69)
1 parent 3ced793 commit af4a60a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/api-resources/organizations/organizations.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ describe('resource organizations', () => {
179179
const response = await client.organizations.setRole({
180180
organizationId: 'b0e12f6c-4c67-429d-a4a6-d9838b5da047',
181181
userId: 'f53d2330-3795-4c5d-a1f3-453121af9c60',
182-
role: 'ORGANIZATION_ROLE_UNSPECIFIED',
182+
role: 'ORGANIZATION_ROLE_MEMBER',
183183
});
184184
});
185185
});

0 commit comments

Comments
 (0)