Skip to content
Snippets Groups Projects
Commit 8e5f3e2b authored by Sebastian's avatar Sebastian
Browse files

feat(component-invite): fix delete inv test

parent 76b8d0d2
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ jest.mock('pubsweet-component-mail-service', () => ({ ...@@ -9,7 +9,7 @@ jest.mock('pubsweet-component-mail-service', () => ({
setupRevokeInvitationEmail: jest.fn(), setupRevokeInvitationEmail: jest.fn(),
})) }))
const { standardCollection, noTeamCollection } = fixtures.collections const { standardCollection, noTeamCollection } = fixtures.collections
const { editorInChief, admin, handlingEditor, author } = fixtures.users const { editorInChief, handlingEditor, author } = fixtures.users
const { heTeam } = fixtures.teams const { heTeam } = fixtures.teams
const query = { const query = {
role: 'handlingEditor', role: 'handlingEditor',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment