summaryrefslogtreecommitdiff
path: root/spec/frontend/projects/commit/store/mutations_spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'spec/frontend/projects/commit/store/mutations_spec.js')
-rw-r--r--spec/frontend/projects/commit/store/mutations_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/frontend/projects/commit/store/mutations_spec.js b/spec/frontend/projects/commit/store/mutations_spec.js
index 59ab3d9a74a..2ea50e71772 100644
--- a/spec/frontend/projects/commit/store/mutations_spec.js
+++ b/spec/frontend/projects/commit/store/mutations_spec.js
@@ -1,5 +1,5 @@
-import mutations from '~/projects/commit/store/mutations';
import * as types from '~/projects/commit/store/mutation_types';
+import mutations from '~/projects/commit/store/mutations';
describe('Commit form modal mutations', () => {
let stateCopy;