From 72241c5e0a5ced1416fcf69ed1a6d8f57b9bf3e2 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 4 Feb 2021 09:09:30 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- spec/frontend/notes/components/note_actions_spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/frontend/notes/components/note_actions_spec.js') diff --git a/spec/frontend/notes/components/note_actions_spec.js b/spec/frontend/notes/components/note_actions_spec.js index 4661e4b1279..7c3d747711c 100644 --- a/spec/frontend/notes/components/note_actions_spec.js +++ b/spec/frontend/notes/components/note_actions_spec.js @@ -5,8 +5,8 @@ import { TEST_HOST } from 'spec/test_constants'; import createStore from '~/notes/stores'; import noteActions from '~/notes/components/note_actions.vue'; import axios from '~/lib/utils/axios_utils'; -import { userDataMock } from '../mock_data'; import { BV_HIDE_TOOLTIP } from '~/lib/utils/constants'; +import { userDataMock } from '../mock_data'; describe('noteActions', () => { let wrapper; -- cgit v1.2.1