Skip to content

Commit 337488b

Browse files
committed
fix: lowercase to uppercase
1 parent a6764c1 commit 337488b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose/neurosynth-frontend/src/pages/Study/components/DisplayExtractionTableState.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { useNavigate } from 'react-router-dom';
88
import { setUnloadHandler } from 'helpers/BeforeUnload.helpers';
99

1010
jest.mock('pages/Project/store/ProjectStore');
11-
jest.mock('pages/study/store/StudyStore');
11+
jest.mock('pages/Study/store/StudyStore');
1212
jest.mock('components/Dialogs/ConfirmationDialog');
1313
jest.mock('hooks');
1414
jest.mock('pages/Extraction/components/ExtractionTable.helpers');

0 commit comments

Comments
 (0)