Skip to content

Commit

Permalink
fix: linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
josebui committed Sep 11, 2023
1 parent 17d4832 commit 6ecfd36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/storyMap/components/StoryMapUpdate.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ import { mockTerrasoAPIrequestGraphQL } from 'tests/apiUtils';
import { changeCombobox } from 'tests/uiUtils';

import i18n from 'localization/i18n';
import { MEMBERSHIP_ROLE_EDITOR } from 'storyMap/storyMapConstants';

import StoryMapUpdate from './StoryMapUpdate';
import { MEMBERSHIP_ROLE_EDITOR } from 'storyMap/storyMapConstants';

jest.mock('terraso-client-shared/terrasoApi/api');

Expand Down Expand Up @@ -76,7 +76,7 @@ const API_STORY_MAP = {
{
node: {
id: '75bdc04e-9bdc-4c46-b8cb-916a93e8f4b8',
userRole: MEMBERSHIP_ROLE_EDITOR
userRole: MEMBERSHIP_ROLE_EDITOR,
membershipStatus: 'APPROVED',
pendingEmail: null,
user: {
Expand Down

0 comments on commit 6ecfd36

Please sign in to comment.