diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-09-16 18:11:32 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-09-16 18:11:32 +0000 |
commit | 78a62a7c7a773041dcb4fc733534c03c0be4c067 (patch) | |
tree | 9f933e98cc17c1c9b668428c2c4250f7f6b3ddc6 /spec/frontend/search | |
parent | 49769473ab2fc0471853ada294c2f9a66f25f048 (diff) | |
download | gitlab-ce-78a62a7c7a773041dcb4fc733534c03c0be4c067.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/search')
-rw-r--r-- | spec/frontend/search/store/utils_spec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/frontend/search/store/utils_spec.js b/spec/frontend/search/store/utils_spec.js index cd7f7dc3b5f..bcdad9f89dd 100644 --- a/spec/frontend/search/store/utils_spec.js +++ b/spec/frontend/search/store/utils_spec.js @@ -14,7 +14,7 @@ const CURRENT_TIME = new Date().getTime(); useLocalStorageSpy(); jest.mock('~/lib/utils/accessor', () => ({ - isLocalStorageAccessSafe: jest.fn().mockReturnValue(true), + canUseLocalStorage: jest.fn().mockReturnValue(true), })); describe('Global Search Store Utils', () => { |