summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-04-19 12:58:43 +0100
committerPhil Hughes <me@iamphill.com>2018-04-19 12:58:43 +0100
commit5588efede33d543051e08542429650b0bb7dcc41 (patch)
tree940dafdeec166208140e0131c7eaaa6763a60278 /spec
parentf43b7af706f9a98eba01160547125cb8da62cff0 (diff)
downloadgitlab-ce-5588efede33d543051e08542429650b0bb7dcc41.tar.gz
cleaned up after merging master
Diffstat (limited to 'spec')
-rw-r--r--spec/javascripts/ide/stores/actions_spec.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/javascripts/ide/stores/actions_spec.js b/spec/javascripts/ide/stores/actions_spec.js
index 6d90ded9a7c..9f27b89b34a 100644
--- a/spec/javascripts/ide/stores/actions_spec.js
+++ b/spec/javascripts/ide/stores/actions_spec.js
@@ -1,7 +1,6 @@
import * as urlUtils from '~/lib/utils/url_utility';
import * as actions from '~/ide/stores/actions';
import store from '~/ide/stores';
-import * as actions from '~/ide/stores/actions';
import * as types from '~/ide/stores/mutation_types';
import router from '~/ide/ide_router';
import { resetStore, file } from '../helpers';