Skip to content

Commit

Permalink
[backend] fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
marieflorescontact committed Oct 7, 2024
1 parent 3a6d5bc commit 02344f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@ describe('User has no settings capability and is organization admin query behavi
});
expect(queryResult.data.userEdit.organizationDelete.id).toEqual(userInternalId);
});
it.skip('should remove Editor from PLATFORM_ORGANIZATION', async () => {
it('should remove Editor from PLATFORM_ORGANIZATION', async () => {
const queryResult = await adminQueryWithSuccess({
query: ORGANIZATION_DELETE_QUERY,
variables: {
Expand Down

0 comments on commit 02344f9

Please sign in to comment.